org.apache.openejb.util
Class Slf4jLogStreamFactory

java.lang.Object
  extended by org.apache.openejb.util.Slf4jLogStreamFactory
All Implemented Interfaces:
LogStreamFactory

public class Slf4jLogStreamFactory
extends Object
implements LogStreamFactory

Simple Slf4jLogStream, not much configuration needed, as slf4j is just a facade


Constructor Summary
Slf4jLogStreamFactory()
           
 
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

Slf4jLogStreamFactory

public Slf4jLogStreamFactory()
Method Detail

createLogStream

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


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.