LogLevel Enum

Defines the severity of the log entry.

public enum LogLevel
Public Enum LogLevel

Inheritance: ObjectValueTypeEnumLogLevel

Fields

LogLevel.Complete5Every single log available will be written to the target log.
LogLevel.Debug4Full Debug information can be logged. This includes some debug information along with other information, warnings and errors.
LogLevel.Error1Only errors can be logged.
LogLevel.Information3Useful information, along with warnings and errors can be logged.
LogLevel.None0No logs should be created.
LogLevel.Warning2Warnings along with errors can be logged.

See Also

ceTe.DynamicPDF.HtmlConverter

In this topic