Versions in this module Expand all Collapse all v0 v0.2.0 Mar 12, 2014 Changes in this version + const LOG_ALERT + const LOG_CRIT + const LOG_DEBUG + const LOG_EMERG + const LOG_ERR + const LOG_INFO + const LOG_NOTICE + const LOG_WARNING + func Debug(out string) + func Debugf(format string, a ...interface{}) + func Err(out string) + func Errf(format string, a ...interface{}) + func Info(out string) + func Infof(format string, a ...interface{}) + func Notice(out string) + func Noticef(format string, a ...interface{}) + func SetOutput(w io.Writer) + func SetPrefix(pre string) + func SetPriority(level int) + func SetSuffix(suf string) + func Write(out string, level int)