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

objectLogging

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

bool

DosyaSistemi

Ayarla veya al - loglar dosyaya kaydedilir (varsayılan yol “Aspose.OCR.log.txt”).

public static bool FileSystem { get; set; }

Özellik Değeri

bool

LogDosyaYolu

Log dosyasının yolunu ve adını ayarla veya al.

public static string LogFilePath { get; set; }

Özellik Değeri

string

LogSeviyesi

Log seviyesini ayarla veya al.

public static LoggingLevel LoggingLevel { get; set; }

Özellik Değeri

LoggingLevel

 Türkçe