Class Logging

Class Logging

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

Kelas untuk membuat konfigurasi log.

public static class Logging

Pewarisan

objectLogging

Anggota yang Dwarisi

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

Properti

Console

Set atau ambil - log ditampilkan di konsol.

public static bool Console { get; set; }

Nilai Properti

bool

FileSystem

Set atau ambil - log disimpan dalam file (jalur default “Aspose.OCR.log.txt”).

public static bool FileSystem { get; set; }

Nilai Properti

bool

LogFilePath

Set atau ambil jalur dan nama file log.

public static string LogFilePath { get; set; }

Nilai Properti

string

LoggingLevel

Set atau ambil level log.

public static LoggingLevel LoggingLevel { get; set; }

Nilai Properti

LoggingLevel

 Indonesia