//
pkg.gl
Category
github.com/GoGoGoFast/GoFast
pkg
log
package
0.5.0
Repository:
https://github.com/gogogofast/gofast.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
193 SLOC
#
Functions
NewLogger
NewLogger creates a new Logger instance (singleton pattern).
#
Constants
DEBUG
DEBUG level log.
ERROR
ERROR level log.
INFO
INFO level log.
WARN
WARN level log.
#
Structs
Logger
Logger is a custom logger.
LoggerConfig
LoggerConfig is the configuration structure for Logger.
#
Type aliases
LogLevel
LogLevel defines the log levels.