Appenders, Layouts and other back-end classes should be independent of logging 
API
----------------------------------------------------------------------------------

                 Key: LOG4J2-5
                 URL: https://issues.apache.org/jira/browse/LOG4J2-5
             Project: Log4j 2
          Issue Type: Wish
          Components: Appenders
            Reporter: Curt Arnold


Appenders and related classes should be able to work on a logging event 
interface and not be tied to a specific logging API and its native LoggingEvent 
class.  The logging event interface should be readily implementable as a thin 
wrapper around established logging events such as o.a.l.spi.LoggingEvent and 
java.util.logging.LogRecord.  log4j 2.0 appenders should be usable as 
java.util.logging.Handler's with a simple adapter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to