Documentation
¶
Index ¶
Constants ¶
View Source
const ( LogFATAL = iota LogERROR LogWARN LogINFO LogDEBUG )
View Source
const RTStr = runtime.GOOS + "-" + runtime.GOARCH
Variables ¶
View Source
var DEBUG = func(message ...string) {}
View Source
var ERROR = func(message ...string) {}
View Source
var FATAL = func(message ...string) {}
stub
View Source
var INFO = func(message ...string) {}
View Source
var Log2Con = LogINFO
View Source
var Log2Log = LogWARN
View Source
var WARN = func(message ...string) {}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.