Method | Description | |
---|---|---|
CanWriteToLog ( |
||
GetAllLogEntries ( ) : IEnumerable |
||
LogException ( |
||
LogInformation ( string message ) : void | ||
LogWarning ( string message ) : void |
Method | Description | |
---|---|---|
AssureEventLogSource ( ) : |
||
GetMessageFromException ( |
||
WriteToEventLog ( string message, EventLogEntryType eventLogEntryType ) : void |
public CanWriteToLog ( |
||
exception | ||
return | bool |
public LogException ( |
||
exception | ||
logLevel | LogLevel | |
return | void |
public LogInformation ( string message ) : void | ||
message | string | |
return | void |