Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerFunc ¶
LoggerFunc turns a function into an a zerolog marshaller.
func MapAsZerologObject ¶
func MapAsZerologObject(m map[string]string) LoggerFunc
MapAsZerologObject converts a map into a LogObjectMarshaler.
func MessageEnvelopeAsZerologObject ¶
func MessageEnvelopeAsZerologObject(env *actor.MessageEnvelope) LoggerFunc
MessageEnvelopeAsZerologObject converts a map into a LogObjectMarshaler.
func (LoggerFunc) MarshalZerologObject ¶
func (f LoggerFunc) MarshalZerologObject(e *zerolog.Event)
MarshalZerologObject makes the LoggerFunc type a LogObjectMarshaler.
Click to show internal directories.
Click to hide internal directories.