Table of Contents

Enum Factory.LoggingOptions

Namespace
TCSystem.Logging
Assembly
TCSystem.Logging.dll

Specifies the sinks enabled by the default logging configuration.

[Flags]
public enum Factory.LoggingOptions

Fields

Console = 4

Write log events to the console.

Debugger = 2

Write log events to the attached debugger.

File = 1

Write log events to a rolling file.