Versions in this module Expand all Collapse all v7 v7.13.0 Sep 1, 2022 Changes in this version + const DebugPrefix + const InfoPrefix + const WarnPrefix + func Debug(v ...interface{}) + func Info(v ...interface{}) + func Warn(v ...interface{}) + type LogLevel int + const LogDebug + const LogInfo + const LogWarn + type Logger struct + func New(out io.Writer, prefix string, flag int, level LogLevel) *Logger + func (l *Logger) Debug(v ...interface{}) + func (l *Logger) Info(v ...interface{}) + func (l *Logger) Warn(v ...interface{})