Documentation
¶
Index ¶
- Constants
- Variables
- func DelLogger(l *Logger)
- type LOG_LEVEL
- type Logger
- func (l *Logger) Debugf(format string, v ...any)
- func (l *Logger) Errf(format string, v ...any)
- func (l *Logger) Fatalf(format string, v ...any)
- func (l *Logger) Infof(format string, v ...any)
- func (l *Logger) SetOutter(isout uint8, out_ffp string) error
- func (l *Logger) Typ() string
- func (l *Logger) Warnf(format string, v ...any)
- type TIME_SPEC
Constants ¶
View Source
const ( MAX_OUTTER_NAME_LEN uint8 = 16 MAX_OUTTER_PATH_LEN uint8 = 32 )
max outter name lens
View Source
const ( COLOR_RED = uint8(iota + 31) COLOR_GREEN COLOR_YELLOW COLOR_BLUE COLOR_MAGENTA )
Variables ¶
View Source
var LOG_RELEASE = "0"
Functions ¶
Types ¶
type Logger ¶
func NewLoggerWithOutter ¶
Click to show internal directories.
Click to hide internal directories.