DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6396

LoggerBase class is package not public

           Summary: LoggerBase class is package not public
           Product: Tomcat 4
           Version: 4.0.2 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The LoggerBase class is not public,
unlike similar classes like ValveBase ...

it looks like an small mistakes and not a design decision.

the solution is just to add
"public" keywork to the abstract class LoggerBase

it s very usefull to develop custom logger classes.

note that I'm trying to integrate catalina Logger 
mapped onto Jboss Logger and Log4j,
and my only alternative is to
copy the loggerbase which breaks good OO practices.


tnaks in advance.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to