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; }