Versions in this module Expand all Collapse all v0 v0.0.0 Nov 17, 2022 Changes in this version + func Debugln(format string, v ...interface{}) + func Errorln(format string, v ...interface{}) + func Infoln(format string, v ...interface{}) + func SetLevel(l LogLevel) + func Traceln(format string, v ...interface{}) + func Warnln(format string, v ...interface{}) + type LogLevel int + const DEBUG + const ERROR + const INFO + const TRACE + const WARNING