Description
The two end() methods without varargs parameter check for TRACE level to return quickly. According to the JavaDoc, this is wrong and it must rather check for DEBUG.
The two end() methods without varargs parameter check for TRACE level to return quickly. According to the JavaDoc, this is wrong and it must rather check for DEBUG.