Articles, dummyCategory

The State of Logging in Java

When developing an application, chances are that it won’t perform as expected on the first run. Developers know that if it happens in production, debuggers won’t be available. Hence, logging statements are used to self debug future bugs. Currently logging in Java is fragmented between a small number of frameworks.