Versions in this module Expand all Collapse all v0 v0.5.0 Mar 31, 2015 Changes in this version + func Critical(format string, v ...interface{}) + func Debug(selector string, format string, v ...interface{}) + func Err(format string, v ...interface{}) — darwin/amd64, js/wasm, linux/amd64 + func Error(format string, v ...interface{}) — windows/amd64 + func Info(format string, v ...interface{}) + func IsDebug(selector string) bool + func LogInit(level Priority, prefix string, toSyslog bool, toStderr bool, ...) + func Recover(msg string) + func SetToStderr(toStderr bool) + func WTF(format string, v ...interface{}) + func Warn(format string, v ...interface{}) + type Logger struct + type Priority int + const LOG_ALERT + const LOG_CRIT + const LOG_DEBUG + const LOG_EMERG + const LOG_ERR + const LOG_INFO + const LOG_NOTICE + const LOG_WARNING