The LogTask function is a method within the Logger package of the evergreen-ci.evergreen.plugin repository on GitHub. This function is used to log task-related information in the Evergreen Continuous Integration (CI) system. It takes in parameters such as task ID, log level, message, and additional optional fields, and writes the log entries to the appropriate output destination. By using this function, developers can effectively track and monitor the progress and status of tasks being executed within the Evergreen CI system.
Golang Logger.LogTask - 17 examples found. These are the top rated real world Golang examples of github.com/evergreen-ci/evergreen/plugin.Logger.LogTask extracted from open source projects. You can rate examples to help us improve the quality of examples.