Class Logging

Class Logging

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

Class to create log configurations.

public static class Logging

Inheritance

objectLogging

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Console

Set or get - يتم عرض السجلات على وحدة التحكم.

public static bool Console { get; set; }

Property Value

bool

FileSystem

Set or get - يتم حفظ السجلات في الملف (المسار الافتراضي “Aspose.OCR.log.txt”).

public static bool FileSystem { get; set; }

Property Value

bool

LogFilePath

Set or get مسار واسم ملف السجل.

public static string LogFilePath { get; set; }

Property Value

string

LoggingLevel

Set or get مستوى السجل

public static LoggingLevel LoggingLevel { get; set; }

Property Value

LoggingLevel

 عربي