SUMMARY
Logs an event with the specified message number to the Event Log with the given inserts.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static void LogEvent(
long number,
params Object[] inserts
)
Public Shared Sub LogEvent ( _
number As Long, _
ParamArray inserts As Object() _
)
public:
static void LogEvent(
long long number,
... array<Object^>^ inserts
)
static member LogEvent :
number:int64 *
inserts:Object[] -> unit

Parameters
- number (Int64)
- The message number.
- inserts (array<Object>[]()[][])
- The message inserts.

Remarks
This method always writes to the Event Log, irrespective of the current trace level.
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0