Documentation ¶
Overview ¶
Package extlogging contains general utilities for extension logging. We recommend that extensions leverage zerolog.
Index ¶
Constants ¶
View Source
const RFC3339Micro = "2006-01-02T15:04:05.999Z07:00"
Variables ¶
This section is empty.
Functions ¶
func InitZeroLog ¶
func InitZeroLog()
InitZeroLog configures the zerolog logging output in a standardized way. More specifically, it configures the output to be sent to stderr, a human-readable output format, the time format and the global log level.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.