Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodeCaller ¶
type EncodeCaller int
var ( DefaultCallerEncoder EncodeCaller = 0 ShortestFunctionName EncodeCaller = 1 LongestFunctionName EncodeCaller = 2 )
type EncodeDuration ¶
type EncodeDuration int
var ( DefaultDurationEncoder EncodeDuration = 0 StringDuration EncodeDuration = 1 MillisecondDuration EncodeDuration = 2 NanosecondDuration EncodeDuration = 3 )
type EncodeLevel ¶
type EncodeLevel int
var ( DefaultLevelEncoder EncodeLevel = 0 Lowercase EncodeLevel = 1 Camelcase EncodeLevel = 2 )
type EncodeTime ¶
type EncodeTime int
var ( DefaultTimeEncoder EncodeTime = 0 RFC3339Nano EncodeTime = 1 RFC3339 EncodeTime = 2 ISO8601 EncodeTime = 3 Milliseconds EncodeTime = 4 Nanoseconds EncodeTime = 5 )
Click to show internal directories.
Click to hide internal directories.