Documentation ¶
Index ¶
- Constants
- func Debug(message ...any)
- func Debugf(format string, message ...any)
- func Error(message ...any)
- func Errorf(format string, message ...any)
- func Info(message ...any)
- func Infof(format string, message ...any)
- func SetLog(level int, fileName string, splitTime int, splitLevel bool, outputType int)
- func Warning(message ...any)
- func Warningf(format string, message ...any)
- type Logger
Constants ¶
View Source
const ( DEBUG = iota + 1 INFO WARNING ERROR ALL = 735 )
View Source
const ( EveryYear = iota + 1 EveryMonth EveryDay EveryWeek EveryHour EveryMinute )
View Source
const ( OUTPUT_TYPE_STDOUT = iota + 1 OUTPUT_TYPE_FILE OUTPUT_TYPE_BOTH )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.