We have customized appender (com.mycompany.log4j.XAppender) with customized layout (com.mycompany.log4j.XPatternLayout). While ChainSaw opens the log file, it keeps complaining: found non-matching line: . How to fix that?
It looks like the development on Chainsaw has stopped 4 years ago (last development build dated 2006-03-02)...
Anyone knows of a replacement tool providing the same functionality, but with ...
I need to to read a Log4j log that is stored on a remote location via Windows network share.
I tried to mount that share as local drive in Windows (L:, what ...
I am using the Log4j LogFilePatternReceiver class to read some simple log files and was wondering whether there is any way of telling Log4j to interpret a format modifier as optional.
For ...
is it possible to open an existing log file generated by log4j in my j2ee application using apache chainsaw, without using any special configurations?
I am not sure how to do this.
Thanks,
Ayusman
...
I did a logger with programmatically configured SocketAppender for Chainsaw. I successfully receive messages in the SimpleReceiver of Chainsaw from code running on localhost, but from remote host i'm just ...