https://issues.apache.org/bugzilla/show_bug.cgi?id=48233
Summary: Loggers should be private
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24560)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24560)
Patch to fix many of the non-private loggers.
Loggers are intialised with the class name, so it does not make sense to me to
allow them to be used by other classes, i.e. the logger should be private and
final.
Note that the ReceiverBase class had a setLog() method which I removed in order
to make the log final.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]