Community
Participate
Working Groups
>AbstractSesionLog.shouldLog(level, category):304 does not use category parameter The following category parameter has no effect on the function public boolean shouldLog(int level, String category) { return (this.level <= level) && !isOff(); } >either implement a verification on the category and return false if the category is different or remove the overloaded function
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink