Description: evergreen-ci/evergreen.plugin is a plugin library for the Evergreen CI server. It provides functionality to log the execution of Evergreen tasks.
Brief Description: The code imports the evergreen/plugin package and creates a new instance of the Logger struct. It then logs the execution of a task by calling the LogExecution function with the task name, execution type, and message as arguments.
Golang Logger.LogExecution - 30 examples found. These are the top rated real world Golang examples of github.com/evergreen-ci/evergreen/plugin.Logger.LogExecution extracted from open source projects. You can rate examples to help us improve the quality of examples.