Documentation
¶
Index ¶
- func Debug(message string)
- func DebugC(component string, message string)
- func DebugCF(component string, message string, fields map[string]any)
- func DebugF(message string, fields map[string]any)
- func DisableFileLogging()
- func EnableFileLogging(filePath string) error
- func Error(message string)
- func ErrorC(component string, message string)
- func ErrorCF(component string, message string, fields map[string]any)
- func ErrorF(message string, fields map[string]any)
- func Fatal(message string)
- func FatalC(component string, message string)
- func FatalCF(component string, message string, fields map[string]any)
- func FatalF(message string, fields map[string]any)
- func Info(message string)
- func InfoC(component string, message string)
- func InfoCF(component string, message string, fields map[string]any)
- func InfoF(message string, fields map[string]any)
- func SetLevel(level LogLevel)
- func Warn(message string)
- func WarnC(component string, message string)
- func WarnCF(component string, message string, fields map[string]any)
- func WarnF(message string, fields map[string]any)
- type LogEntry
- type LogLevel
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableFileLogging ¶
func DisableFileLogging()
func EnableFileLogging ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.