Overload List
| Name | Description | |
|---|---|---|
| LogEvent(Int64) |
Logs an event with the specified message number to the Event Log.
| |
| LogEvent(Int64, NBSeverity) |
Logs an event with the specified message number and severity to the Event Log.
| |
| LogEvent(Int64, Object ) |
Logs an event with the specified message number to the Event Log with the given inserts.
| |
| LogEvent(String, Int64) |
Logs an event from the specified catalog with the given message number to the Event Log.
| |
| LogEvent(Int64, NBSeverity, Object ) |
Logs an event with the specified message number and severity to the Event Log with the given inserts.
| |
| LogEvent(String, Int64, Object ) |
Logs an event from the specified catalog with the given message number to the Event Log with the provided inserts.
| |
| LogEvent(String, Int64, NBSeverity, Object ) |
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.
|
See Also