Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuietLogger ¶
type QuietLogger struct{}
func NewQuietLogger ¶
func NewQuietLogger() *QuietLogger
func (*QuietLogger) Log ¶
func (l *QuietLogger) Log(format string, args ...any)
type StdOutLogger ¶
type StdOutLogger struct{}
func NewStdOutLogger ¶
func NewStdOutLogger() *StdOutLogger
func (*StdOutLogger) Log ¶
func (l *StdOutLogger) Log(format string, args ...any)
Click to show internal directories.
Click to hide internal directories.