Documentation
¶
Overview ¶
Package log provides a convenient global logger interface that wraps the core logging functionality. It offers simplified access to logging operations without requiring explicit logger instantiation.
Index ¶
- func Debug() logging.Event
- func Error() logging.Event
- func F(key string, value interface{}) logging.Field
- func Fatal() logging.Event
- func GetLevel() logging.Level
- func Info() logging.Event
- func Logger() logging.Adapter
- func Panic() logging.Event
- func Printf(format string, v ...interface{})
- func SetLevel(level logging.Level)
- func Trace() logging.Event
- func Warn() logging.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.