Class Logging
Class Logging
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
Log yapılandırmaları oluşturmak için sınıf.
public static class Logging
Kalıtım
Kalıtılan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Özellikler
Konsol
Ayarla veya al - loglar konsolda görüntülenir.
public static bool Console { get; set; }
Özellik Değeri
DosyaSistemi
Ayarla veya al - loglar dosyaya kaydedilir (varsayılan yol “Aspose.OCR.log.txt”).
public static bool FileSystem { get; set; }
Özellik Değeri
LogDosyaYolu
Log dosyasının yolunu ve adını ayarla veya al.
public static string LogFilePath { get; set; }
Özellik Değeri
LogSeviyesi
Log seviyesini ayarla veya al.
public static LoggingLevel LoggingLevel { get; set; }