Documentation
¶
Index ¶
- type ZerologContextAwareLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Debug() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Error() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Fatal() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Info() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Panic() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Trace() auloggingapi.LeveledLoggingImplementation
- func (ca *ZerologContextAwareLoggingImplementation) Warn() auloggingapi.LeveledLoggingImplementation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZerologContextAwareLoggingImplementation ¶
type ZerologContextAwareLoggingImplementation struct {
LoggerWithCtx *zerolog.Logger
Ctx context.Context
}
func (*ZerologContextAwareLoggingImplementation) Debug ¶
func (ca *ZerologContextAwareLoggingImplementation) Debug() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Error ¶
func (ca *ZerologContextAwareLoggingImplementation) Error() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Fatal ¶
func (ca *ZerologContextAwareLoggingImplementation) Fatal() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Info ¶
func (ca *ZerologContextAwareLoggingImplementation) Info() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Panic ¶
func (ca *ZerologContextAwareLoggingImplementation) Panic() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Trace ¶
func (ca *ZerologContextAwareLoggingImplementation) Trace() auloggingapi.LeveledLoggingImplementation
func (*ZerologContextAwareLoggingImplementation) Warn ¶
func (ca *ZerologContextAwareLoggingImplementation) Warn() auloggingapi.LeveledLoggingImplementation
Click to show internal directories.
Click to hide internal directories.