serilog / serilog-sinks-trace

The diagnostic trace sink for Serilog.
Apache License 2.0
11 stars 11 forks source link

Serilog.Sinks.Trace Build status NuGet Version

Note: this sink writes regular log events to System.Diagnostics.Trace. If you're looking for distributed/hierarchical tracing with Serilog, see SerilogTracing instead.

Writes Serilog events to System.Diagnostics.Trace.

var log = new LoggerConfiguration()
    .WriteTo.Trace()
    .CreateLogger();

Copyright © Serilog Contributors - Provided under the Apache License, Version 2.0.