Take a look at sscli/docs/techinfo/logging.html - if you set COMPLUS_LogToDebugger=1 in your environment, the Execution Engine will route its debug messages to OutputDebugString. The PALs use a different logging mechanism, but the Win32 PAL can also log via OutputDebugString.
Barry This posting is provided "AS IS" with no warranties, and confers no rights. -----Original Message----- From: Discussion of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Vasquez Lopez Sent: Tuesday, July 01, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] How redirect LOG macro to Debugger Hi, What is the best way to configure rotor in order to call something like ::OutputDebugString in each call to the LOG macro. ...I'd like to see logs in the VS.NET Output Window. thanks. Daniel.
