Documentation
¶
Index ¶
Constants ¶
View Source
const RFC3339Micro = "2006-01-02T15:04:05.000000Z07:00"
RFC3339Micro represents a time format similar to time.RFC3339Nano but only accurate to microseconds and keeping trailing zeros
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCCtxLogger ¶
func (*MCCtxLogger) McErr ¶
func (l *MCCtxLogger) McErr(err error) *zerolog.Event
McErr is an extension for MCCtxLogger intended to be used for error logging.
func (*MCCtxLogger) McError ¶
func (l *MCCtxLogger) McError(format string, args ...interface{}) *zerolog.Event
McError is an extension for MCCtxLogger intended to be used for logging of inline errors.
func (*MCCtxLogger) McSec ¶
func (l *MCCtxLogger) McSec() *MCCtxLogger
McSec is a logging decorator MCCtxLogger intended to be used for security related events.
type MCLogger ¶
func (*MCLogger) McError ¶
McError is an extension for MCLogger intended to be used for logging of inline errors.
Click to show internal directories.
Click to hide internal directories.