package
0.0.0-20240725014844-f146023e3b2d
Repository: https://github.com/uptree/go-plugins.git
Documentation: pkg.go.dev
# Functions
AtLevel logs the message at a specific log level.
Configure sets up the logging framework
In production, the container logs will be collected and file logging should be disabled.
Debug Log a message at the debug level.
Error Log a message at the error level.
Fatal Log a message at the fatal level.
Info log a message at the info level.
Panic Log a message at the Panic level.
Sugar Get the suger API for convenience.
Warn log a message at the warn level.
# Variables
DefaultZapLogger is the default logger instance that should be used to log It's assigned a default value here for tests (which do not call log.Configure()).