Optional filters[]
Optional labelThe label for the logger. If not provided a random id will be generated.
undefined
Optional levelThe initial level to be set for the logger.
undefined
Readonly levelsThe Logger's log levels. Once a Logger has been initialized these CANNOT be changed nor can a child change it's log levels.
[]
Optional metaDefault metadata that should be included in each log event.
undefined
Optional mutedWhether or not Logger or Transform is muted.
Optional transformsArray of Transforms to be run when dispatching through transform.
[]
Optional transportsThe Transport instances that this Logger should dispatch to.
[]
Array of Filters the payload must pass in order to be dispatched.