Optional
formatIncludes the level in the serialized output
true
Includes all params in the serialized output
true
Includes the tag in the serialized output
true
Includes the timestamp in the serialized output
true
The minimum required length for level names. This can help with alignment issues in large volume log output.
0
Object where keys are integer levels and values are a string which is the name of the level.
inverse of the LogLevel
object literal
The maximum allowed length for a serialized parameter before it is truncated.
250
Seperator string that will be used as a prefix for each log parameter.
' :: '
Transformers for each individual log event property.
Generated using TypeDoc
Custom format for the serialized output. When this is set, all
include***
flags will be ignored.Default
'{timestamp} [{level}] [{tag}] {message}{params}'