Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 v0.0.1 Jan 23, 2024 Changes in this version + func Debug(format string, v ...interface{}) + func Error(format string, v ...interface{}) + func Fatal(format string, v ...interface{}) + func Info(format string, v ...interface{}) + func SetConfig(logConfig *LogConfig) + func Warn(format string, v ...interface{}) + type LogConfig struct + Level string + MaxBackup int + MaxSize int + Path string + type LogLevel int + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn