package
Version:
v0.0.0-...-f94c38c
Opens a new window with list of versions in this module.
Published: Sep 10, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger struct {
Prints chan string
}
TODO (B) Support log levels github.com/d2g/logfilter
type LoggerInterface interface {
Print(s string)
Printf(s string, as ...interface{})
PrintError(source string, err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.