consoleappender

Can the Visual Studio (debug) Output window be programatically cleared?

Hi folks, is it possible to have a way to clear the Visual Studio OUTPUT window, programatically? For example, the SysInternal's debugger app called DebugView has the specific command called DBGVIEWCLEAR .. which clears the log window. Please don't say: right-click, clear window .. with the mouse. I know that, but that's not what i'm a...

How can I use log4net in WF4?

I've created a simple WF4 console app and set up log4net identically to my other apps. However, when I fire up the console and use the ILog object inside WF4 (I actually pass it into the workflow), no information is presented using my ColoredConsoleAppender. What am I doing wrong? ...