Méthode | Description | |
---|---|---|
CanWriteToLog ( |
||
GetAllLogEntries ( ) : IEnumerable |
||
LogException ( |
||
LogInformation ( string message ) : void | ||
LogWarning ( string message ) : void |
Méthode | Description | |
---|---|---|
AssureEventLogSource ( ) : |
||
GetMessageFromException ( |
||
WriteToEventLog ( string message, EventLogEntryType eventLogEntryType ) : void |
public CanWriteToLog ( |
||
exception | ||
Résultat | bool |
public LogException ( |
||
exception | ||
logLevel | LogLevel | |
Résultat | void |
public LogInformation ( string message ) : void | ||
message | string | |
Résultat | void |
public LogWarning ( string message ) : void | ||
message | string | |
Résultat | void |