You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/12 15:37:33 UTC

DO NOT REPLY [Bug 6396] New: - LoggerBase class is package not public

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: tomcat-dev@jakarta.apache.org
        ReportedBy: alain.coetmeur@caissedesdepots.fr


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>