Documentation ¶
Index ¶
- Variables
- func Debug(format string, args ...interface{})
- func DebugD(depth int, format string, args ...interface{})
- func Error(format string, args ...interface{})
- func ErrorD(depth int, format string, args ...interface{})
- func Fatal(format string, args ...interface{})
- func FatalD(depth int, format string, args ...interface{})
- func Info(format string, args ...interface{})
- func InfoD(depth int, format string, args ...interface{})
- func Print(level Level, depth int, format string, args ...interface{})
- func Warn(format string, args ...interface{})
- func WarnD(depth int, format string, args ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Prefix = "[Log]" TimeFormat = "06-01-02 15:04:05" NonColor bool ShowDepth bool DefaultCallerDepth = 2 )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.