LogLevel Enum
Defines the severity of the log entry.
public enum LogLevel
Public Enum LogLevel
Inheritance: ObjectValueTypeEnumLogLevel
Fields
LogLevel.Complete | 5 | Every single log available will be written to the target log. |
LogLevel.Debug | 4 | Full Debug information can be logged. This includes some debug information along with other information, warnings and errors. |
LogLevel.Error | 1 | Only errors can be logged. |
LogLevel.Information | 3 | Useful information, along with warnings and errors can be logged. |
LogLevel.None | 0 | No logs should be created. |
LogLevel.Warning | 2 | Warnings along with errors can be logged. |
Licensing Info
This enum is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Converter selected.
- A DynamicPDF Converter for .NET v3.X Developer license.