Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2024 Changes in this version + const DebugLevel + const ErrorLevel + const FatalLevel + const InfoLevel + const WarnLevel + var Level = WarnLevel + var LogMap map[string]int + 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 SetLevel(loglevel int) + func SetOutput(w io.Writer) + func Warn(format string, v ...interface{}) v0.0.1 Sep 22, 2022