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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
