package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Oct 27, 2025
License: Apache-2.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
¶
Logger provides logging functionality
Debug logs a debug message
Error logs an error message
Info logs an info message
func (l *Logger) Warning(format string, args ...interface{})
Warning logs a warning message
type LoggerInterface interface {
Info(format string, args ...interface{})
Debug(format string, args ...interface{})
Warning(format string, args ...interface{})
Error(format string, args ...interface{})
Close()
}
LoggerInterface defines the logging interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.