Documentation ¶
Index ¶
- Constants
- func Debug() *zerolog.Event
- func Error() *zerolog.Event
- func FromContext(ctx context.Context) zerolog.Logger
- func Info() *zerolog.Event
- func NewConnectorLog(connectorID string) zerolog.Logger
- func SetLogLevel(level string)
- func SetOutput(w io.Writer)
- func Warn() *zerolog.Event
- func WithLogger(ctx context.Context, logger zerolog.Logger) context.Context
Constants ¶
View Source
const ( KeyError = "error" KeyUnknown = "known" KeyConnectorName = "connector_name" KeyConnectorID = "connector_id" )
Variables ¶
This section is empty.
Functions ¶
func NewConnectorLog ¶ added in v0.7.0
func SetLogLevel ¶
func SetLogLevel(level string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.