Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ILogger ¶
type ILogger interface {
Print(args ...any)
Printf(format string, args ...any)
Fatal(args ...any)
Fatalf(format string, args ...any)
Infof(format string, args ...any)
Warnf(format string, args ...any)
}
func NewStdLogger ¶
func NewStdLogger() ILogger
Click to show internal directories.
Click to hide internal directories.