There are many tools which operate similarly to JrDebugLogger.
Commercial Logging Tools:
•
iTech Logging - http://www.itech-software.com - looks like a powerful tool that is actively being developed; demo is available; expensive ($400 and up).
DebugView - http://www.sysinternals.com/ntw2k/freeware/debugview.shtml - very nice, powerful, free (but no source) tool for capturing and viewing DebugOutputStrings sent by applications on windows. Similar to the gui monitor viewer application in JrDebugLog, but does not support the special parsing of columns for JrDebugLogger messages.
Miscelaneous Source Code to Aid Logging:
•
http://libcwd.sourceforge.net - powerful, advanced, complete, open source library; actively developed; may be overkill for casual use.
•
http://www.codeproject.com/debug/qafdebug.asp - very comprehensive debugging assert macros, log file output, and some cppunit (unit testing) support functions. similar in spirit to jrdebug. supports some windows-specific error handling and multithreading.