package
0.5.0
Repository: https://github.com/gogogofast/gofast.git
Documentation: pkg.go.dev

# Functions

NewLogger creates a new Logger instance (singleton pattern).

# Constants

DEBUG level log.
ERROR level log.
INFO level log.
WARN level log.

# Structs

Logger is a custom logger.
LoggerConfig is the configuration structure for Logger.

# Type aliases

LogLevel defines the log levels.