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

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static void LogEvent(
string catalog,
long number
)
Public Shared Sub LogEvent ( _
catalog As String, _
number As Long _
)
static member LogEvent :
catalog:string *
number:int64 -> unit

Parameters
- catalog (String)
- The message catalog.
- number (Int64)
- The message number.

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