Versions in this module Expand all Collapse all v0 v0.0.1 Jul 6, 2019 Changes in this version + const DEBUG + const ERROR + const FATAL + const INFO + const WARN + func Debug(format string, args ...interface{}) + func DefaultLogf(level int, format string, args ...interface{}) + func Error(format string, args ...interface{}) + func Fatal(format string, args ...interface{}) + func Info(format string, args ...interface{}) + func SetLevel(level int) + func Warn(format string, args ...interface{}) + type LogFunc func(level int, format string, args ...interface{}) + var Log LogFunc = DefaultLogf