Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { // Export raw log string instead of log wrapper Mode JSONEncodingMode `mapstructure:"mode,omitempty"` }
type JSONEncodingMode ¶ added in v0.101.0
type JSONEncodingMode string
const ( JSONEncodingModeBodyWithInlineAttributes JSONEncodingMode = "body_with_inline_attributes" JSONEncodingModeBody JSONEncodingMode = "body" )
Click to show internal directories.
Click to hide internal directories.