I am writing java code and would like to use dbgview (and log4j if possible). By searching the documentation of log4j it seems that unlike log4net, log4j does not support the OutputDebugStringAppender
which redirect output to what dbgview listens to.
How can one create a log file that dbgview can parse? How can one send string to the debug stream from java? Is there any debugview alternative for java?
I am using eclipse, Windows 7 and latest log4j jar.