Documentation ¶
Index ¶
- type LoggerAdapter
- func (l *LoggerAdapter) Debug() mrlog.LoggerEvent
- func (l *LoggerAdapter) Error() mrlog.LoggerEvent
- func (l *LoggerAdapter) Fatal() mrlog.LoggerEvent
- func (l *LoggerAdapter) Info() mrlog.LoggerEvent
- func (l *LoggerAdapter) Level() mrlog.Level
- func (l *LoggerAdapter) Panic() mrlog.LoggerEvent
- func (l *LoggerAdapter) Printf(_ string, _ ...any)
- func (l *LoggerAdapter) Trace() mrlog.LoggerEvent
- func (l *LoggerAdapter) Warn() mrlog.LoggerEvent
- func (l *LoggerAdapter) With() mrlog.LoggerContext
- func (l *LoggerAdapter) WithContext(ctx context.Context) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerAdapter ¶
type LoggerAdapter struct{}
LoggerAdapter - comment struct.
func (*LoggerAdapter) Debug ¶
func (l *LoggerAdapter) Debug() mrlog.LoggerEvent
Debug - comment method.
func (*LoggerAdapter) Error ¶
func (l *LoggerAdapter) Error() mrlog.LoggerEvent
Error - comment method.
func (*LoggerAdapter) Fatal ¶
func (l *LoggerAdapter) Fatal() mrlog.LoggerEvent
Fatal - comment method.
func (*LoggerAdapter) Info ¶
func (l *LoggerAdapter) Info() mrlog.LoggerEvent
Info - comment method.
func (*LoggerAdapter) Panic ¶
func (l *LoggerAdapter) Panic() mrlog.LoggerEvent
Panic - comment method.
func (*LoggerAdapter) Printf ¶
func (l *LoggerAdapter) Printf(_ string, _ ...any)
Printf - comment method.
func (*LoggerAdapter) Trace ¶
func (l *LoggerAdapter) Trace() mrlog.LoggerEvent
Trace - comment method.
func (*LoggerAdapter) Warn ¶
func (l *LoggerAdapter) Warn() mrlog.LoggerEvent
Warn - comment method.
func (*LoggerAdapter) With ¶
func (l *LoggerAdapter) With() mrlog.LoggerContext
With - comment method.
func (*LoggerAdapter) WithContext ¶
func (l *LoggerAdapter) WithContext(ctx context.Context) context.Context
WithContext - comment method.
Click to show internal directories.
Click to hide internal directories.