Versions in this module Expand all Collapse all v0 v0.6.5 Feb 24, 2023 Changes in this version + func Debugln(format string, v ...interface{}) + func Errorln(format string, v ...interface{}) + func Fileln(l LogLevel, data string) + 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