> Can anybody suppose any idea about logging mechanism or about some > logging implementation without static stuff? > > -- > Best regards, > Oleg mailto:[EMAIL PROTECTED]
I'm not sure that with or without statics but some generic logger interface work has started in the commons project. It's in a very early state and gives you a generic Log interface and a LogSource factory which defaults to log4j if available or to a NoOpLog logger if not. I think the plan was to adapt this intterface to avalon's logkit and jdk1.4's log package, too. incze -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>