BLogTracerConfig
Linea B-Arts Legacy: questa scheda descrive
BArtsFrameworkStandard(.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BArtsFrameworkStandard.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
