Свойство | Type | Description | |
---|---|---|---|
Log | void |
Méthode | Description | |
---|---|---|
AddError ( string message, object eventSource, |
||
AddInformation ( string message, object eventSource = null, |
||
AddWarning ( string message, object eventSource, |
||
InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void |
Méthode | Description | |
---|---|---|
Log ( Severity severity, string message, object eventSource, |
public static AddError ( string message, object eventSource, |
||
message | string | |
eventSource | object | |
exception | ||
details | string | |
Résultat | void |
public static AddInformation ( string message, object eventSource = null, |
||
message | string | |
eventSource | object | |
exception | ||
details | string | |
Résultat | void |
public static AddWarning ( string message, object eventSource, |
||
message | string | |
eventSource | object | |
exception | ||
details | string | |
Résultat | void |
public static InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void | ||
logFileDirectory | string | |
logFilePath | string | |
Résultat | void |