ICorDebugProcess::EnableLogMessages Method

Enables and disables the transmission of log messages to the debugger.

HRESULT EnableLogMessages([in]BOOL fOnOff);

Parameters

Parameter Description

fOnOff

[in] true enables the transmission of log messages; false disables the transmission.

Remarks

This method is valid only after the ICorDebugManagedCallback::CreateProcess Method callback occurs.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugProcess Interface
ICorDebugProcess2 Interface