B-Arts DocumentationIndice generale

BLogTracerConfig

Linea B-Arts classica: questa scheda descrive BStandardFramework (.NET Standard 2.0). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BStandardFramework.

  • Target: .NET Standard 2.0.

  • Namespace CLR: BArts.BLog.

  • Nome completo: BArts.BLog.BLogTracerConfig.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Logging testuale, configurazione e tracing.

Dichiarazione

Public Class BLogTracerConfig

Costruttori

Nome Dichiarazione
New Public Sub New()

Proprietà

Nome Dichiarazione
Levellog Public Property Levellog As Integer = 0
WriteOnEventLog Public Property WriteOnEventLog As Boolean = False
WriteOnFile Public Property WriteOnFile As Boolean = True
WriteOnlyEvents Public Property WriteOnlyEvents As Boolean = False
PathFileEvents Public Property PathFileEvents As String = "Log"
FileEvents Public Property FileEvents As String = "BArtsFramework_Events.log"
PathFileErrors Public Property PathFileErrors As String = "Log"
FileErrors Public Property FileErrors As String = "BArtsFramework_Errors.log"
SendMailOnErrors Public Property SendMailOnErrors As Boolean = False
OggettoEmail Public Property OggettoEmail As String = "B-ArtsFramework"
SenderMailConfig Public Property SenderMailConfig As BMail.BSenderMailConfig = Nothing

Sorgenti verificati

  • Log\BLogTracerConfig.vb