Documentation
¶
Index ¶
- Constants
- func Debug(message string, kvs ...any)
- func Error(message string, kvs ...any)
- func Fatal(message string, kvs ...any)
- func GetMode() string
- func Info(message string, kvs ...any)
- func InitLogger(options ...Option)
- func IsDevelopment() bool
- func LoadConfig(path string) error
- func Sync()
- func Warn(message string, kvs ...any)
- type Logger
- type Option
- type Valuer
Constants ¶
View Source
const ( ModeLocal = "local" ModeDevelop = "dev" ModeTest = "test" ModeProduction = "prod" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.