org.apache.openejb.util
Class PaxLogStreamFactory
java.lang.Object
org.apache.openejb.util.PaxLogStreamFactory
- All Implemented Interfaces:
- LogStreamFactory
public class PaxLogStreamFactory
- extends Object
- implements LogStreamFactory
A PAX logging friendly version of the log4j stream factory.
This version assumes there is an external environment configured
and avoids any NoClassDefFound errors that can occur
with the full Log4jLogStreamFactory class when using the
PAX API subset.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaxLogStreamFactory
public PaxLogStreamFactory()
createLogStream
public LogStream createLogStream(LogCategory logCategory)
- Specified by:
createLogStream
in interface LogStreamFactory
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.