Documentation ¶ Index ¶ func Debug(format string, args ...interface{}) func Enable() func NewPrefixedWriter(prefix string, operation string) *prefixedWriter type Logger func NewLogger(prefix string) *Logger func (l *Logger) Log(format string, args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(format string, args ...interface{}) func Enable ¶ func Enable() func NewPrefixedWriter ¶ func NewPrefixedWriter(prefix string, operation string) *prefixedWriter Types ¶ type Logger ¶ type Logger struct { // contains filtered or unexported fields } func NewLogger ¶ func NewLogger(prefix string) *Logger func (*Logger) Log ¶ func (l *Logger) Log(format string, args ...interface{}) Source Files ¶ View all Source files debug.goprefixed.go Click to show internal directories. Click to hide internal directories.