-
Notifications
You must be signed in to change notification settings - Fork 83
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 buildDebug.WriteLine
has no operation. If you want to useDebug.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.