Skip to content

DefaultConfiguration

sevenate edited this page Dec 3, 2014 · 2 revisions

By default, the following targets are created:

  • DebugTarget - for NuGet delivered libraries this will have no operation. The NuGet packages are RELEASE compiled, and in a RELEASE build Debug.WriteLine has no operation. If you want to use Debug.WriteLine, get the code from GitHub and compile the library yourself. Bound to TRACE through to FATAL by default. Applies to all platforms.

  • EtwTarget - this target uses EventTrackingForWindows. Bound to TRACE through to FATAL by default. Applies to all platforms.

  • FileSnapshotTarget - creates a single file per log message. Bound to ERROR and FATAL by default. Applies to Windows Store apps only.

See Configuration for help with configuration.

Clone this wiki locally