Documentation ¶
Overview ¶
Package zaplogutil provides reusable utilities for working with ZAP logger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Clock zapcore.Clock = theClock{}
Clock is an implementation of zapcore.Clock that uses clock.Now().
View Source
var PreciseTimeEncoder = zapcore.TimeEncoderOfLayout("2006-01-02T15:04:05.000000Z07:00")
PreciseTimeEncoder encodes the time as RFC3389 with 6 digits of sub-second precision.
Functions ¶
func TimezoneAdjust ¶
func TimezoneAdjust(inner zapcore.TimeEncoder, isLocal bool) zapcore.TimeEncoder
TimezoneAdjust returns zapcore.TimeEncoder that adjusts the time to either UTC or local time before logging.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.