http://logging.apache.org/chainsaw/quicktour.html
First feature.
I completed the tutorial, it simply showed how to visually use the GUI, it didn't go into much detail at all regarding this new feature. The best documentation I have found is this:
Just as Appenders send logging events outside of the log4j environment (to files, to s...
I am having several log files [ generated via log4j ]. I got to know that we can use Chainsaw to read those logs [ though we can reads those logs in notepad as well ].
But i am unable to figure out how to open a stored log file to see its content. So the simple question is, Is it possible to read the log file using Chainsaw?
...
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?
...
I would like to use log4net's UdpAppender with Apache Chainsaw to log messages from my ASP.NET web application.
I followed instructions on log4net's website, but no Udp packets are sent (firewall is turned off, and I tried to monitor my machine with TcpView - no udp packets were generated at all; other appenders re working). Log4net debu...