News

When developing Java applications, it is easy to get used to invoking logging on the provided logger via its log level-specific methods. For example, Log4j‘s Logger provides methods such as ...
If a Java server runs in a Windows environment, it is imperative that the event logging take place in the NT Event Log. In this article, Nitin Nanda and Sunil Kumar explain Java event logging in a ...