Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = func(format string, a ...interface{}) {
logging.Debug(format, a...)
}
View Source
var Error = func(format string, a ...interface{}) {
logging.Error(format, a...)
}
View Source
var Fatal = func(format string, a ...interface{}) {
logging.Fatal(format, a...)
}
View Source
var Info = func(format string, a ...interface{}) {
logging.Info(format, a...)
}
View Source
var Warn = func(format string, a ...interface{}) {
logging.Warn(format, a...)
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.