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 HTML Converter feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF HTML Converter for .NET v2.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.