[ http://issues.apache.org/jira/browse/LOGGING-85?page=all ]

Dennis Lundberg updated LOGGING-85:
-----------------------------------

          Bugzilla Id:   (was: 21114)
    Affects Version/s: 1.0.3
                           (was: 1.3 Final)

> [logging] Create Log factory method getLog()
> --------------------------------------------
>
>                 Key: LOGGING-85
>                 URL: http://issues.apache.org/jira/browse/LOGGING-85
>             Project: Commons Logging
>          Issue Type: Improvement
>    Affects Versions: 1.0.3
>         Environment: Operating System: All
> Platform: All
>            Reporter: william.balloni
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to