Method | Description | |
---|---|---|
EventLogger ( string eventLogSource ) : System | ||
WriteEntry ( |
||
WriteEntry ( string message, EventLogEntryType entryType ) : void |
public EventLogger ( string eventLogSource ) : System | ||
eventLogSource | string | |
return | System |
public WriteEntry ( |
||
ex | ||
return | void |
public WriteEntry ( string message, EventLogEntryType entryType ) : void | ||
message | string | |
entryType | EventLogEntryType | |
return | void |