News

The Java Logging API's default SocketHandler allows you to send log messages to a centralized server. Setting up the handler is easy, but you might need a few tips for configuring the server.
Traditionally this means using a logging framework like log4j or the Java Logging API, and then writing and maintaining all necessary log statements manually. This is very tedious and error-prone ...