
15 Apr
2004
15 Apr
'04
6:22 p.m.
"John Torjo" <john.lists@torjo.com> wrote
The complexity, though, is in processing which happens after the message is send to logger -- checking when message should be printed, adding timestamps, writing to files/syslog, etc.
True. I looked at log4j (for the nth time ;)) I don't like it. It's way too complex.
There's no need for Filter, Layout and a lot of other classes (IMHO).
What I want is to create a simple correspondence from a log_id (a level) into a log function.
Maybe it is possible to design a library which has (by default) this simple interface but allows very fine customization. /Pavel