# Packages
No description provided by the author
# Functions
ChangeLogLevel changes the current log level, valide levels are trace, debug, info, warn, error, critical and off, it requires a new seelog logger because an existing one cannot be updated.
Critical logs at the critical level and returns an error containing the formated log message.
Criticalc logs at the critical level with context and returns an error containing the formated log message.
CriticalcStackDepth logs at the critical level with context and the current stack depth plus the additional given one and returns an error containing the formated log message.
Criticalf logs with format at the critical level and returns an error containing the formated log message.
CriticalStackDepth logs at the critical level and the current stack depth plus the additional given one and returns an error containing the formated log message.
Debug logs at the debug level.
Debugc logs at the debug level with context.
DebugcStackDepth logs at the debug level with context and the current stack depth plus the additional given one.
Debugf logs with format at the debug level.
DebugStackDepth logs at the debug level and the current stack depth plus the additional given one and returns an error containing the formated log message.
Error logs at the error level and returns an error containing the formated log message.
Errorc logs at the error level with context and returns an error containing the formated log message.
ErrorcStackDepth logs at the error level with context and the current stack depth plus the additional given one and returns an error containing the formated log message.
Errorf logs with format at the error level and returns an error containing the formated log message.
ErrorStackDepth logs at the error level and the current stack depth plus the additional given one and returns an error containing the formated log message.
Flush flushes the underlying inner log.
GetLogLevel returns a seelog native representation of the current log level.
Info logs at the info level.
Infoc logs at the info level with context.
InfocStackDepth logs at the info level with context and the current stack depth plus the additional given one.
Infof logs with format at the info level.
InfoStackDepth logs at the info level and the current stack depth plus the additional given one.
JMXError Logs for JMX check.
JMXInfo Logs.
RegisterAdditionalLogger registers an additional logger for logging.
ReplaceLogger allows replacing the internal logger, returns old logger.
SetupJMXLogger setup JMXfetch specific logger.
SetupLogger setup agent wide logger.
ShouldLog returns whether a given log level should be logged by the default logger.
Trace logs at the trace level.
Tracec logs at the trace level with context.
TracecStackDepth logs at the trace level with context and the current stack depth plus the additional given one.
Tracef logs with format at the trace level.
TraceStackDepth logs at the trace level and the current stack depth plus the additional given one and returns an error containing the formated log message.
UnregisterAdditionalLogger unregisters additional logger with name n.
Warn logs at the warn level and returns an error containing the formated log message.
Warnc logs at the warn level with context and returns an error containing the formated log message.
WarncStackDepth logs at the warn level with context and the current stack depth plus the additional given one and returns an error containing the formated log message.
Warnf logs with format at the warn level and returns an error containing the formated log message.
WarnStackDepth logs at the warn level and the current stack depth plus the additional given one and returns an error containing the formated log message.
# Structs
DatadogLogger wrapper structure for seelog.