> Take a look at log4j (http://jakarta.apache.org/log4j). It's > exceptionally > easy to use - fewer keystrokes than System.out.println - and you can > leave > it in your code when you're done. > > You can log to a file and tail the file, or log to System.{out,err}, or > even > to a socket if you like. I don't remember the last time I typed > System.out!
Yeah, but a problem with using log4j in IDEA is that IDEA uses dynamic width font in console, so the ConsoleAppender's output doesn't look good, tabs lost, lines not equally tall, so it gets hard to trace. I think IDEA should use fixed width fonts in messages pane. Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
