Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerContext ¶
type LoggerContext struct {
// contains filtered or unexported fields
}
func NewLoggerContext ¶
func NewLoggerContext() *LoggerContext
func (*LoggerContext) ChangeOneContext ¶
func (l *LoggerContext) ChangeOneContext(key string, value any)
func (*LoggerContext) Clear ¶
func (l *LoggerContext) Clear()
func (*LoggerContext) Consume ¶
func (l *LoggerContext) Consume() map[string]any
func (*LoggerContext) RemoveContext ¶
func (l *LoggerContext) RemoveContext(key string)
func (*LoggerContext) SetContext ¶
func (l *LoggerContext) SetContext(key string, value any)
Click to show internal directories.
Click to hide internal directories.