You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/06/26 16:38:26 UTC

DO NOT REPLY [Bug 21114] New: - Create Log factory method getLog()

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=21114>.
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=21114

Create Log factory method getLog()

           Summary: Create Log factory method getLog()
           Product: Commons
           Version: 1.3 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Logging
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: William.Balloni@med.ge.com


This is an enhancement request to create a Log factory method that will allow 
getting a Log instance without the need to use the LogFactory (directly). This 
would simplify using the package as only the Log class would need to be 
imported and referenced in the typical case. This will also align the Commons 
logging API more closely with the 2 primary logging APIs it wraps, Log4J and 
JDK, without sacrificing the decoupling of the Commons logging API and concrete 
logging implementations.

The implications of this are, 1) Log will need to be changed to a class, likely 
abstract, 2) Log will use the LogFactory to get the Log object.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org