view source
Java Logging: Creating, Indexing, and Monitoring
Most everyone who has developed an application is familiar with logging. Creating log messages to debug potential problems of the future is a great way to make your life easier. Figuring out how to effectively handle an ever-increasing log file, and more importantly, know when your customers encounter problems through those logs is a more difficult issue.
Advertisement