Documentation
¶
Index ¶
- type Logger
- func (logger *Logger) Error(message string, err error, input ...any)
- func (logger *Logger) ErrorWithSkippingMessage(message string, err error, input ...any)
- func (logger *Logger) Fatal(message string, err error, input ...any)
- func (logger *Logger) FatalWithExitingMessage(message string, err error, input ...any)
- func (logger *Logger) Warning(message string, err error, input ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func NewWithErrorContextExtractor ¶
func NewWithErrorContextExtractor(handler slog.Handler, extractor *motmedelLog.ErrorContextExtractor) *Logger
func (*Logger) ErrorWithSkippingMessage ¶
func (*Logger) FatalWithExitingMessage ¶
Click to show internal directories.
Click to hide internal directories.