The NBLog type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| 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.
| |
| LogUserTrace(Int64) |
Logs an entry with the specified message number to the user trace log.
| |
| LogUserTrace(Int64, NBSeverity) |
Logs an entry with the specified message number and severity to the user trace log.
| |
| LogUserTrace(Int64, Object ) |
Logs an entry with the specified message number to the user trace log with the given inserts.
| |
| LogUserTrace(String, Int64) |
Logs an entry from the specified catalog with the given message number to the user trace log.
| |
| LogUserTrace(Int64, NBSeverity, Object ) |
Logs an entry with the specified message number and severity to the user trace log with the given inserts.
| |
| LogUserTrace(String, Int64, Object ) |
Logs an entry from the specified catalog with the given message number to the user trace log with the provided inserts.
| |
| LogUserTrace(String, Int64, NBSeverity, Object ) |
Logs an entry from the specified catalog with the given message number and severity to the user trace log with the provided inserts.
| |
Returns a string that represents the current object. (Inherited from |
See Also