Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2016 Changes in this version + const Alert + const Critical + const Debug + const Emergency + const Error + const Info + const Notice + const UseDefault + const Warning + var Labels = []string + type Logger struct + func New(lvl int, clrs bool) *Logger + func (l *Logger) Alertf(format string, v ...interface{}) + func (l *Logger) Criticalf(format string, v ...interface{}) + func (l *Logger) Debugf(format string, v ...interface{}) + func (l *Logger) Emergencyf(format string, v ...interface{}) + func (l *Logger) Errorf(format string, v ...interface{}) + func (l *Logger) GetLogLevel() int + func (l *Logger) Infof(format string, v ...interface{}) + func (l *Logger) Noticef(format string, v ...interface{}) + func (l *Logger) Output(cd int, lbl string, format string, v ...interface{}) error + func (l *Logger) SetColouredLabels() + func (l *Logger) SetExitFunc(e exiter) error + func (l *Logger) SetLogLevel(lvl int) error + func (l *Logger) SetPlainLabels() + func (l *Logger) Warningf(format string, v ...interface{})