Versions in this module Expand all Collapse all v1 v1.0.0 Apr 15, 2019 Changes in this version + const DEBUG + const ERROR + const MSG + const PANIC + const WARN + func Error(stat Status, call string, m string) *errors + func Errorf(stat Status, call string, format string, a ...interface{}) *errors + func OpenFile(f string) (io.WriteCloser, error) + func TermLog() io.WriteCloser + type Logger struct + TimeFormat string + func Start(f io.WriteCloser) (*Logger, error) + func (l *Logger) Log(e Status, a ...string) + func (l *Logger) LogError(o Status, e error) + func (l *Logger) Logf(e Status, format string, a ...interface{}) + func (l *Logger) Quit() + type Status int + func (s Status) String() string