Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
// Error logs an error message with optional key-value pairs
Error(msg string, keysAndValues ...interface{})
// Debug logs a debug message with optional key-value pairs
Debug(msg string, keysAndValues ...interface{})
// Info logs an info message with optional key-value pairs
Info(msg string, keysAndValues ...interface{})
}
Logger defines the interface for error logging.
Click to show internal directories.
Click to hide internal directories.