Enum LoggingLevel

Enum LoggingLevel

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

定义要显示的日志类型。

public enum LoggingLevel

字段

Debug = 0

将显示所有日志。

Error = 2

仅显示错误。

None = 3

禁用日志记录(默认)。

Warning = 1

将显示一些非关键点和所有错误。

 中文