Used by the caching system to recycle existing event instances. It is not recommended to use this directly.
Optional
ignoreParams: booleanOptional
levelNameMap: LogLevelNameMapOptional
parameterSeparator: stringOptional
stringifyMaxLength: numberStatic
stringifyConvenience api akin to JSON.stringify().
Optional
ignoreParams: booleanOptional
levelNameMap: LogLevelNameMapOptional
parameterSeparator: stringOptional
stringifyMaxLength: numberGenerated using TypeDoc
Base class for values that get generated by
Logger
instances.NOTE: this class should be considered read-only, and its fields should not be mutated directly. The caching system in this module expects that event instances will not be mutated by external sources.