Serilog.Sinks.Debug
Adds the WriteTo.Debug() extension method to .
Writes log events to .
Logger sink configuration.
The minimum level for
events passed through the sink. Ignored when is specified.
A switch allowing the pass-through minimum level
to be changed at runtime.
A message template describing the format used to write to the sink.
the default is "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}".
Supplies culture-specific formatting information, or null.
Configuration object allowing method chaining.
Writes log events to .
Logger sink configuration.
Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.
The minimum level for
events passed through the sink. Ignored when is specified.
A switch allowing the pass-through minimum level
to be changed at runtime.
Configuration object allowing method chaining.