Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputBash = outputBash OutputFile = outputFile )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogOutputTarget ¶
type LogOutputTarget int8
type Logger ¶
type Logger interface { Debug(msg ...any) Debugf(msg string, args ...any) StackDebug(msg ...any) StackDebugf(msg string, args ...any) Info(msg ...any) Infof(msg string, args ...any) StackInfo(msg ...any) StackInfof(msg string, args ...any) Error(msg ...any) Errorf(msg string, args ...any) StackError(msg ...any) StackErrorf(msg string, args ...any) DPanic(msg ...any) DPanicf(msg string, args ...any) StackDPanic(msg ...any) StackDPanicf(msg string, args ...any) }
Logger 日志接口
Click to show internal directories.
Click to hide internal directories.