Documentation
¶
Index ¶
- type Logger
- func (l *Logger) Critical(format string, v ...interface{})
- func (l *Logger) CustomError(e *errors.Error)
- 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) Trace(format string, v ...interface{})
- func (l *Logger) Warn(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger provides structured logging with multiple severity levels
func (*Logger) CustomError ¶
CustomError logs a structured error based on its severity
Click to show internal directories.
Click to hide internal directories.