Creates a new default log output formatter outputFormat: The output format to use when formatting log events (defaults to "{Timestamp}: [{Level}]: {Message}{Exception}") The following placeholders can be used in the output format: {Id}: The ID of the log event {Timestamp}: The timestamp of the log event {Level}: The log level of the log event {Message}: The message of the log event {Exception}: The exception of the log event {PropertyName}: The properties of the log event (where PropertyName is the name of the property)
Optional
outputFormat: string
Default log output formatter implementation