# Functions
Error logs an error message with the given key/value pairs as context.
Errorf logs a error message with the given key/value pairs as context.
Fatal logs a fatal message with the given key/value pairs as context and returns with os.Exit(1).
No description provided by the author
Info logs a non-error message with the given key/value pairs as context.
Infof logs a non-error message with the given key/value pairs as context.
NewLogger returns a new instance of the logger.
NewWriter returns new custom writer.
Outputf writes a message to stdout.
QuietMode sets the logging mode to quiet If this mode is set, writer will not write anything to stderr.
SetAuditLog sets the log file that should capture all logging activity.
SetFile sets the logFile to writer if the non-empty file name is used, writer will also write the logs to this file.
SetStderr overrides stderr.
SetStdout overrides stdout.
SetVerbosity sets verbosity level and also updates default verbosity level.
ShowTimestamp shows timestamp along with log.
Success logs a success messages with the given key/value pairs as context.
Successf logs a success messages with the given message format with format specifier and arguments.
V returns an InfoLogger value for a specific verbosity level.
Warning logs a warning messages with the given key/value pairs as context.
Warningf logs a warning messages with the given message format with format specifier and arguments.
WithName adds a new element to the logger's name.
WithValues adds some key-value pairs of context to a logger.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
LoggerImpl represents the ability to log messages, both errors and not.
Writer defines methods to write and configure tkg writer.
# Type aliases
No description provided by the author