Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerInterface ¶
type LoggerInterface interface {
Info(msg string, args ...any)
Warn(msg string, args ...any)
Error(msg string, args ...any)
Debug(msg string, args ...any)
}
func NewLogger ¶
func NewLogger(options LoggerOptions) LoggerInterface
type LoggerOptions ¶
Click to show internal directories.
Click to hide internal directories.