ICorDebugManagedCallback::LogMessage Method

Notifies the debugger that a common language runtime (CLR) managed thread has called a method in the EventLog class to log an event.

HRESULT LogMessage (
    [in] ICorDebugAppDomain  *pAppDomain,
    [in] ICorDebugThread     *pThread,
    [in] LONG                 lLevel,
    [in] WCHAR               *pLogSwitchName,
    [in] WCHAR               *pMessage
);

Parameters

  • pAppDomain
    [in] A pointer to an ICorDebugAppDomain object that represents the application domain containing the managed thread that logged the event.

  • pThread
    [in] A pointer to an ICorDebugThread object that represents the managed thread.

  • lLevel
    [in] A value of the LoggingLevelEnum enumeration that indicates the severity level of the descriptive message that was written to the event log.

  • pLogSwitchName
    [in] A pointer to the name of the tracing switch.

  • pMessage
    [in] A pointer to the message that was written to the event log.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugManagedCallback Interface