We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The tracing appenders are usually used for debugging purposes. For logging, the events on DataSource are more useful.
.WithTracing
.WithTracingToDebug
.WithTracingToConsole
The generic .WithTracing appender accepts a TextWriter, while the others
TextWriter
These appenders listen for the OnCommandBuilt event.