# Functions
ConvertMaxSize - takes max size in bytes and returns in megabytes for the rotate file hook.
Debug -.
Debugf -.
DebugRedacted Redacted log for debugging.
DeprecationWarningDoc - log a deprecation warning with the old and replaced usage.
DeprecationWarningReplace - log a deprecation warning with the old and replaced usage.
Error -.
Errorf -.
ErrorRedacted Redacted log for errors.
Get returns the global logger.
GetLevel -.
GetMetricLogger returns the metric logger.
No description provided by the author
Info -.
Infof -.
InfoRedacted Redacted log for information.
IsHTTPLogTraceEnabled -.
NewFieldLogger returns a FieldLogger for standard logging, and logp logging.
NewFieldLoggerEntry returns a FieldLogger for standard logging, and logp logging.
NewLoggerFromContext returns a FieldLogger for standard logging, and logp logging.
NewFieldLogger returns a FieldLogger for standard logging, and logp logging.
NewRequestWithTraceContext - New request trace context.
NewFieldLogger returns a FieldLogger for standard logging, and logp logging.
ObscureArguments obscure/mask/redact values for a set of trailing arguments.
No description provided by the author
SetIsLogP -.
SetLevel -.
Trace -.
Tracef -.
TraceRedacted Redacted log for traces.
UnsetIsLogP -.
UpdateLoggerWithContext returns a FieldLogger for standard logging, and logp logging.
Warn -.
Warnf -.
# Constants
Both - logs to stdout and file, see the file confugration settings.
File - logs to a file, configure file settings for more options.
JSON - logs in JSON format with the timestamp, level, and message all being separate fields.
No description provided by the author
Line - logs individual lines, preceded by the timestamp and level.
No description provided by the author
STDOUT - logs to the standard output of the agent process.
# Variables
Log Config Errors.
GlobalLoggerConfig - is the default config of the logger.
# Structs
LoggerConfig - is a builder used to setup the logging for an agent.
# Interfaces
FieldLogger Wraps the StdLogger, and provides logrus methods for logging with fields.
Redactor interface for redacting log messages.
StdLogger interface for logging methods found in the go standard library logger, and logrus methods.
# Type aliases
No description provided by the author
LoggingFormat - Defines the format of the logging output.
LoggingOutput - Defines how the logger will log its output.