Class Logging
Class Logging
名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)
创建日志配置。
public static class Logging
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Console
设置或获取 - 记录显示在控制台上。
public static bool Console { get; set; }
财产价值
FileSystem
设置或获取 - 记录存储在文件中(默认路径“Aspose.OCR.log.txt”).
public static bool FileSystem { get; set; }
财产价值
LogFilePath
设置或获取路径和日志文件的名称。
public static string LogFilePath { get; set; }
财产价值
LoggingLevel
设置或获取登录级别
public static LoggingLevel LoggingLevel { get; set; }