org.apache.openejb.util
Class PaxLogStreamFactory

java.lang.Object
  extended by 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.


Constructor Summary
PaxLogStreamFactory()
           
 
Method Summary
 LogStream createLogStream(LogCategory logCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaxLogStreamFactory

public PaxLogStreamFactory()
Method Detail

createLogStream

public LogStream createLogStream(LogCategory logCategory)
Specified by:
createLogStream in interface LogStreamFactory


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.