Versions in this module Expand all Collapse all v1 v1.34.0 Jul 5, 2021 v1.33.0 Jul 5, 2021 Changes in this version + func Debug(a ...interface{}) + func Error(a ...interface{}) + func Info(a ...interface{}) + func Output(a ...interface{}) + func SetLogger(newLogger Log) + func Warn(a ...interface{}) + type LevelType int + const DEBUG + const ERROR + const INFO + const WARN + func GetLogLevel() LevelType + type Log interface + Debug func(a ...interface{}) + Error func(a ...interface{}) + GetLogLevel func() LevelType + Info func(a ...interface{}) + Output func(a ...interface{}) + SetLogLevel func(LevelType) + SetLogsWriter func(writer io.Writer) + SetOutputWriter func(writer io.Writer) + Warn func(a ...interface{}) + var Logger Log + func NewLogger(logLevel LevelType, logToWriter io.Writer) Log + type LogFormat string + var Format LogFormat + func (f *LogFormat) Path(message string) string + func (f *LogFormat) URL(message string) string