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