Documentation
¶
Index ¶
- func ConfigChangeListener(event listener.BaseEvent)
- func Debug(format string, v ...any)
- func DebugDirect(v ...any)
- func Error(format string, v ...any)
- func ErrorDirect(v ...any)
- func Fatal(format string, v ...any)
- func FatalDirect(v ...any)
- func Group(groupNames ...string) *logrus.Logger
- func Info(format string, v ...any)
- func InfoDirect(v ...any)
- func InitLog()
- func Panic(format string, v ...any)
- func PanicDirect(v ...any)
- func Record(level, format string, v ...any)
- func SetGlobalLevel(strLevel string)
- func Trace(format string, v ...any)
- func TraceDirect(v ...any)
- func Warn(format string, v ...any)
- func WarnDirect(v ...any)
- type StandardFormatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigChangeListener ¶
func DebugDirect ¶
func DebugDirect(v ...any)
func ErrorDirect ¶
func ErrorDirect(v ...any)
func FatalDirect ¶
func FatalDirect(v ...any)
func InfoDirect ¶
func InfoDirect(v ...any)
func PanicDirect ¶
func PanicDirect(v ...any)
func SetGlobalLevel ¶
func SetGlobalLevel(strLevel string)
func TraceDirect ¶
func TraceDirect(v ...any)
func WarnDirect ¶
func WarnDirect(v ...any)
Types ¶
type StandardFormatter ¶
type StandardFormatter struct{}
Click to show internal directories.
Click to hide internal directories.