Method | Description | |
---|---|---|
Error ( String message ) : void | ||
GetLogger ( ) : Logger | ||
Info ( String message ) : void | ||
Log ( EventLogEntryType entryType, String message ) : void | ||
Warning ( String message ) : void |
Method | Description | |
---|---|---|
IsLoggable ( EventLogEntryType entryType ) : bool | ||
Logger ( System.Diagnostics.EventLog log, EventLogEntryType logLevel ) : System |
public Log ( EventLogEntryType entryType, String message ) : void | ||
entryType | EventLogEntryType | |
message | String | |
return | void |