On Tue, Oct 24, 2023, at 22:30, Robert Middleton wrote:
> Those classes are to receive log events from a database table.  Log4j1
> and log4cxx can write log messages directly to a database; I'm not
> sure about log4j2.

Yes, there is a JDBC Appender that is discussed more often these days

> I'm not sure exactly what it does/how it does it, but it's going to
> effectively do something like "SELECT * FROM Logs" and then pass those
> log messages up to other parts of chainsaw.

I see. So the job would be to check how log4j2 appenders works, and then read 
from that database.
Sounds like fun :-)
Not sure if I leave the comment-skeleton or remove and rewrite it from scratch 
yet, but now i got an idea.
Thanks Robert!

Reply via email to