Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2018 Changes in this version + func Debug(message string, values ...interface{}) string + func Error(message string, values ...interface{}) string + func Info(message string, values ...interface{}) string + func SetLoggerLevel(level LoggerLevel) + func Warning(message string, values ...interface{}) string + type LoggerLevel int + const LevelDebug + const LevelError + const LevelInfo + const LevelWarning