Enum Factory.LoggingOptions
Specifies the sinks enabled by the default logging configuration.
[Flags]
public enum Factory.LoggingOptions
Fields
Console = 4Write log events to the console.
Debugger = 2Write log events to the attached debugger.
File = 1Write log events to a rolling file.