Versions in this module Expand all Collapse all v0 v0.1.3 Jan 5, 2023 v0.1.2 Jan 5, 2023 Changes in this version + const DEBUG + const ERROR + const FATAL + const IMPORTANT + const INFO + const SUCCESS + const WARNING + var LogLabels = map[int]string + func Debug(format string, args ...interface{}) + func DebugEnable(enable bool) + func Error(format string, args ...interface{}) + func Fatal(format string, args ...interface{}) + func GetOutput() io.Writer + func Important(format string, args ...interface{}) + func Info(format string, args ...interface{}) + func NullLogger() *log.Logger + func Printf(format string, args ...interface{}) + func SetOutput(o io.Writer) + func SetReadline(rl *readline.Instance) + func Success(format string, args ...interface{}) + func Warning(format string, args ...interface{})