Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330967

Summary: Core: AbstractSesionLog.shouldLog(level, category):304 does not use category parameter
Product: z_Archived Reporter: Michael OBrien <michael.f.obrien>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: NEW --- QA Contact:
Severity: trivial    
Priority: P3 CC: eclipselink.foundation-inbox, tom.ware
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 325605    

Description Michael OBrien CLA 2010-11-23 15:28:29 EST
>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
Comment 1 Eclipse Webmaster CLA 2022-06-09 10:14:20 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:18:49 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink