Logs an event with the specified message number to the Event Log with the given inserts.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static void LogEvent(
long number,
params Object[] inserts
)
public static void LogEvent(
long number,
params Object[] inserts
)
Public Shared Sub LogEvent (
number As Long,
ParamArray inserts As Object()
)
Public Shared Sub LogEvent (
number As Long,
ParamArray inserts As Object()
)
public:
static void LogEvent(
long long number,
... array<Object^>^ inserts
)
public:
static void LogEvent(
long long number,
... array<Object^>^ inserts
)
static member LogEvent :
number : int64 *
inserts : Object[] -> unit
static member LogEvent :
number : int64 *
inserts : Object[] -> unit
This method always writes to the Event Log, irrespective of the current trace level.