I'm currently using the HTML output but as there are 100's of classes in the project, scrolling through 100's of lines between debug statements in a single class (the others are sub-routines) is extremely slow and a bit frustrating.
Isn't there a tool to view the output from Log4j (in any of it's output formats) that would allow the user to turn on/off the display of messages from specified classes and perhaps even indent the messages so you have a visual cue of what's going on?
I've started to modify my version to do this but I'd like to avoid creating more work for myself if someone knows of something out there that already tackles these issues.
Thanks.
Isn't there a tool to view the output from Log4j (in any of it's output formats) that would allow the user to turn on/off the display of messages from specified classes and perhaps even indent the messages so you have a visual cue of what's going on?
I've started to modify my version to do this but I'd like to avoid creating more work for myself if someone knows of something out there that already tackles these issues.
Thanks.