# Functions
No description provided by the author
CaptureOutput calls the specified function capturing and returning all logged messages.
GetLevel gets the current log level.
GetLevels returns the list of valid log levels.
Logger obtains the logger for use in the jx codebase This is the only way you should obtain a logger.
No description provided by the author
NewJenkinsXTextFormat creates the default Jenkins X text formatter.
SetLevel sets the logging level.
SetOutput sets the outputs for the default logger.
# Constants
FormatLayoutJSON uses JSON layout.
FormatLayoutStackdriver uses a custom formatter for stackdriver.
FormatLayoutText uses classic colorful Jenkins X layout.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Hook is a logrus hook for splunk.
JenkinsXTextFormat lets use a custom text format.
# Type aliases
FormatLayoutType the layout kind.