Documentation
¶
Overview ¶
don't want to conflict with stdlib's `log` package
Index ¶
- Variables
- func Stdlog() *log.Logger
- func Syslog() *log.Logger
- type LogMux
- func (l *LogMux) Debug(v ...interface{})
- func (l *LogMux) Debugf(format string, v ...interface{})
- func (l *LogMux) Debugln(v ...interface{})
- func (l *LogMux) Fatal(v ...interface{})
- func (l *LogMux) Fatalf(format string, v ...interface{})
- func (l *LogMux) Fatalln(v ...interface{})
- func (l *LogMux) Panic(v ...interface{})
- func (l *LogMux) Panicf(format string, v ...interface{})
- func (l *LogMux) Panicln(v ...interface{})
- func (l *LogMux) Print(v ...interface{})
- func (l *LogMux) Printf(format string, v ...interface{})
- func (l *LogMux) Println(v ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Set to true to enable debugging output DEBUG bool = false )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.