Class Logger.LoggingModes
Different Ways to log developer notices and warnings
Inheritance
System.Object
Logger.LoggingModes
Namespace: IronPdf.Logging
Assembly: IronPdf.dll
Syntax
public sealed class LoggingModes : Enum
Fields
All
Send messages to all available endpoints
Declaration
public const Logger.LoggingModes All
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
Console
Sends Messages to System.Console
Declaration
public const Logger.LoggingModes Console
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
Custom
Send messages to custom logger
Declaration
public const Logger.LoggingModes Custom
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
DebugOutputWindow
Sends Messages to System.Diagnostics.Debug
Declaration
public const Logger.LoggingModes DebugOutputWindow
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
File
Send messages to file
Declaration
public const Logger.LoggingModes File
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
None
Do not log messages
Declaration
public const Logger.LoggingModes None
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |