NBLog represents logging functions and allows messages to be written to user trace and to the Event Log.

C# | Visual Basic | Visual C++ | F# |
public sealed class NBLog
Public NotInheritable Class NBLog
public ref class NBLog sealed
[<SealedAttribute>] type NBLog = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | LogEvent(String, Int64, NBSeverity, array<Object>[]()[][]) |
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.
|
![]() ![]() | LogEvent(String, Int64, array<Object>[]()[][]) |
Logs an event from the specified catalog with the given message number to the Event Log with the provided inserts.
|
![]() ![]() | LogEvent(String, Int64) |
Logs an event from the specified catalog with the given message number to the Event Log.
|
![]() ![]() | LogEvent(Int64, NBSeverity, array<Object>[]()[][]) |
Logs an event with the specified message number and severity to the Event Log with the given inserts.
|
![]() ![]() | LogEvent(Int64, array<Object>[]()[][]) |
Logs an event with the specified message number to the Event Log with the given inserts.
|
![]() ![]() | LogEvent(Int64, NBSeverity) |
Logs an event with the specified message number and severity to the Event Log.
|
![]() ![]() | LogEvent(Int64) |
Logs an event with the specified message number to the Event Log.
|
![]() ![]() | LogUserTrace(String, Int64, NBSeverity, array<Object>[]()[][]) |
Logs an entry from the specified catalog with the given message number and severity to the user trace log with the provided inserts.
|
![]() ![]() | LogUserTrace(String, Int64, array<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) |
Logs an entry from the specified catalog with the given message number to the user trace log.
|
![]() ![]() | LogUserTrace(Int64, NBSeverity, array<Object>[]()[][]) |
Logs an entry with the specified message number and severity to the user trace log with the given inserts.
|
![]() ![]() | LogUserTrace(Int64, array<Object>[]()[][]) |
Logs an entry with the specified message number to the user trace log with the given inserts.
|
![]() ![]() | LogUserTrace(Int64, NBSeverity) |
Logs an entry with the specified message number and severity to the user trace log.
|
![]() ![]() | LogUserTrace(Int64) |
Logs an entry with the specified message number to the user trace log.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() ![]() | UserTraceActive |
Returns true if user tracing has been turned on.
|

Object | |
![]() | NBLog |