Nieuws

When developing Java applications, it is easy to get used to invoking logging on the provided logger via its log level-specific methods.
The following two code snippets show this for a class specifying its Log4j logger and for a class specifying its java.util.logging logger. Note that there are more characters in these examples ...