Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = newLogger()
Logger is the default logger instance
Functions ¶
This section is empty.
Types ¶
type LogPriority ¶
type LogPriority int
LogPriority specifies the logging level for the client
const ( DEBUG LogPriority = iota - 1 INFO WARNING ERR OFF LogPriority = 999 )
Click to show internal directories.
Click to hide internal directories.