Versions in this module Expand all Collapse all v0 v0.0.2 Jun 6, 2021 v0.0.1 Jun 6, 2021 Changes in this version + type LoggerOptions struct + CallerKey string + DefaultParameters map[string]interface{} + Development bool + EncodeCaller *enumeration.EncodeCaller + EncodeDuration *enumeration.EncodeDuration + EncodeLevel *enumeration.EncodeLevel + EncodeTime *enumeration.EncodeTime + Encoding string + ErrorOutputPaths []string + FunctionKey string + Level string + LevelKey string + MessageKey string + NameKey string + OutputPaths []string + StackTraceKey string + TimeKey string + func New() *LoggerOptions + func (c *LoggerOptions) UseDefaultCallerKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultEncodeCallerIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultEncodeDurationIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultEncodeLevelIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultEncodeTimeIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultEncodingIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultErrorOutputPathsIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultFunctionKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultLevelKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultLoggingLevelIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultMessageKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultNameKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultOutputPathsIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultStackTraceKeyIfNotSpecified() *LoggerOptions + func (c *LoggerOptions) UseDefaultTimeKeyIfNotSpecified() *LoggerOptions