Versions in this module Expand all Collapse all v1 v1.0.1 Jul 22, 2017 Changes in this version + func CheckError(err error) bool + func CheckErrorWithMessage(err error, msg string, args ...interface{}) bool + func Debug(msg string) + func DebugResponse(response *http.Response) string + func Debugf(msg string, args ...interface{}) + func Error(msg string) + func Errorf(msg string, args ...interface{}) + func Fatal(msg string) + func Fatalf(msg string, args ...interface{}) + func Info(msg string) + func Infof(msg string, args ...interface{}) + func Init(environment string) + func InitLogToFile() + func InitLogToStdout() + func InitLogToStdoutDebug() + func LumberJackLogger(filePath string, maxSize int, maxBackups int, maxAge int) *lumberjack.Logger + func Panic(msg string) + func Panicf(msg string, args ...interface{}) + func Warn(msg string) + func Warnf(msg string, args ...interface{})