Mike Stover schrieb: > > On the other hand, I've never had any success getting output from Log4j, and I >pretty much > hate the whole thing. My preferred solution is a simple class that handles log >requests. I don't > see much need for anything more complicated than that. > > -Mike >
Well, I'm really surprised, since my root.log (or if I use ConsoleAppender my console) is full of logging-messages as soon as I switch the loglevel to DEBUG. In MailerVisualizer and MailerModel, as mailed yesterday, I have used log4j and it works pretty fine on my machine. I really would prefer a already existing solution, since even a simple logger tends to get more and more complicated over time - and why do something on our own? Furthermore it is a nice option, to make just parts of your app logging with DEBUG-level while others are using INFO-level. Last not least I think log4j is reasonably fast. Nevertheless a single entry-point for logging would definitely be a step forward. Greetings, Wolfram -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
