Enum Installation.LoggingModes
Different ways to Log developer notices and warnings
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
[Flags]
public enum LoggingModes
Fields
Name | Description |
---|---|
All | All available methods |
Console | Sends Messages to System.Console |
DebugOutputWindow | Sends Messages to System.Diagnostics.Debug |
None | Silent |