package
Version:
v0.1.24
Opens a new window with list of versions in this module.
Published: Dec 14, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger struct {
DebugEnabled bool
Out io.Writer
}
func NewLogger(out io.Writer, debug bool) *Logger
func (l *Logger) Debug(format string, v ...interface{})
func (l *Logger) Error(format string, v ...interface{})
func (l *Logger) Info(format string, v ...interface{})
func (l *Logger) Warning(format string, v ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.