Enum Logger.LoggingModes
Different Ways to log developer notices and warnings
Namespace: IronPdf.Logging
Assembly: IronPdf.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 |