Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2021 Changes in this version + const CtxLogKey + const LogTargetOS + type Logger interface + Debug func(msg string) + Err func(msg string) + Fatal func(msg string) + Info func(msg string) + Warn func(msg string) + func GetCtxLog(req *http.Request) Logger + type LoggerConf struct + Level string + Target string + func (lc *LoggerConf) NewLogger(key string) Logger + type LoggerDI interface + NewLogger func(key string) Logger