Documentation ¶ Index ¶ func LogSystemInfo(w io.Writer, appVersion string) type Logger func New(w io.Writer, parts ...string) Logger func (l *Logger) Extend(parts ...string) Logger func (l *Logger) Log(format string, args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LogSystemInfo ¶ func LogSystemInfo(w io.Writer, appVersion string) Types ¶ type Logger ¶ type Logger struct { // contains filtered or unexported fields } func New ¶ func New(w io.Writer, parts ...string) Logger func (*Logger) Extend ¶ func (l *Logger) Extend(parts ...string) Logger func (*Logger) Log ¶ func (l *Logger) Log(format string, args ...interface{}) Source Files ¶ View all Source files cgo_enabled.go debug.go Click to show internal directories. Click to hide internal directories.