We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey there, I've written up a show intro tutorial for using Log4J in conjunction with Processing sketches. It sets up loggers programmatically, so there are no config files required and the code can be copied and pasted between sketches.
Comments
Interesting and useful. Particularly when users want to output lot of debugging information (the console quickly saturates and crashes Processing when flooded).
You can actually hook up an optional console output as well with Log4J so you could have your nice log files after it crashes AND have console output while it still works. I think the key thing to emphasis is that you can have this logging quickly and cheaply for all sketches.