Curt Arnold wrote:
On the logging proposal, I see a decent amount of discussion regarding the Windows Event Log methods, but little regarding OutputDebugString or TraceEvent which a native Windows app would use to output debug level message or lower. The Event Log methods are way too expensive for diagnostic logging. I'd assume a typical Windows configuration would do something send info and higher messages to the Event Log and debug and lower severity messages to OutputDebugString or TraceEvent.
Good idea. Cheers, Henry
