Versions in this module Expand all Collapse all v0 v0.4.0 Jan 27, 2017 Changes in this version + func SetLogger(l Logger) v0.3.0 Jan 12, 2017 Changes in this version + func Critical(format string, values ...interface{}) + func Debug(format string, values ...interface{}) + func Fatalf(format string, values ...interface{}) + func Info(format string, values ...interface{}) + func Initialize() + func IsDebug() bool + func Notice(format string, values ...interface{}) + func RemovalRoutine() + func SetLevel(lvl Level) + func UseDatabaseLogger(db *sql.DB) + func Warning(format string, values ...interface{}) + type BaseLogger struct + func (l BaseLogger) Logf(fmt string, values ...interface{}) + type DatabaseLogger struct + func (l DatabaseLogger) Logf(format string, values ...interface{}) + type Level int + const CriticalLevel + const DebugLevel + const InfoLevel + const NoticeLevel + const WarningLevel + type Logger interface + Logf func(fmt string, values ...interface{}) + type TestLogger struct + func (l TestLogger) Logf(fmt string, values ...interface{})