Logs an event with the specified 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(
long number
)
public static void LogEvent(
long number
)
Public Shared Sub LogEvent (
number As Long
)
Public Shared Sub LogEvent (
number As Long
)
public:
static void LogEvent(
long long number
)
public:
static void LogEvent(
long long number
)
static member LogEvent :
number : int64 -> unit
static member LogEvent :
number : int64 -> unit
This method always writes to the Event Log, irrespective of the current trace level.