-
Faster logging with faster logger classes (0 messages)
- Posted by: Daniel Rubio
- Posted on: April 07 2009 01:21 EDT
Logging is often an afterthought for many development projects, but when a project requires debugging or needs to endure heavy testing, logging can be a resource intensive process. This post by Jeremy Mason explores the concept of logging and how a simple modification to java.util.logging can increase an application's logging throughput. Read Jeremy's post entitles 'Faster Logging with Faster Logger Classes': http://jeremymanson.blogspot.com/2009/04/faster-logging-with-faster-logger.html