Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoLogger = NoLog{}
NoLogger is a default no-op logger instance
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debug(format string, args ...interface{})
Info(format string, args ...interface{})
Warn(format string, args ...interface{})
Error(format string, args ...interface{})
Fatal(format string, args ...interface{})
}
Logger defines the logging interface used by database packages
Click to show internal directories.
Click to hide internal directories.