Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + const DATA + const DEBUG + const ERROR + const INFO + const NONE + const WARN + func Printf(level Level, format string, s ...interface{}) + func Println(level Level, s ...interface{}) + func SetEncoding(v string) + func SetLogger(level Level) + type Level int + type Logger interface + Printf func(string, ...interface{}) + Println func(...interface{}) + func Debug() Logger