jodd.log
Class LogFactory

java.lang.Object
  extended by jodd.log.LogFactory
Direct Known Subclasses:
DefaultLogFactory, Slf4jLogFactory

public abstract class LogFactory
extends java.lang.Object

Log factory creates Log instances.


Field Summary
protected static LogFactory implementation
           
 
Constructor Summary
LogFactory()
           
 
Method Summary
abstract  Log getLogger(java.lang.String name)
          Returns log instance for given name.
static void setImplementation(LogFactory logFactory)
          Specifies log factory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implementation

protected static LogFactory implementation
Constructor Detail

LogFactory

public LogFactory()
Method Detail

setImplementation

public static void setImplementation(LogFactory logFactory)
Specifies log factory implementation.


getLogger

public abstract Log getLogger(java.lang.String name)
Returns log instance for given name.



Copyright © 2003-2012 Jodd Team