EventLogMonitor Members
The EventLogMonitor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventLogMonitor |
Creates an event log with the application-defined event identifier, and application-defined category
to the event log, using the "CASCommServer" registered event source. The category can be used by the
event viewer to filter events in the log.
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteEntry |
Writes an information type entry, with the given message text, to the event log.
|
|
WriteToEventLog(String, EventLogEntryType, Int32) |
Writes to event log.
|
|
WriteToEventLog(String, EventLogEntryType, Int32, Int16) |
Writes to event log.
|
|
WriteToEventLog(String, EventLogEntryType) |
Writes to event log.
|
|
WriteToEventLogError |
Writes to event log error.
|
|
WriteToEventLogInfo |
Writes to event log info.
|
Properties
Name | Description | |
---|---|---|
GetMessage |
return previously set event message
|
|
SetCategory |
Sets the set category.
|
|
SetMessage |
set the event message
|