jodd.log
Class Slf4jLogFactory

java.lang.Object
  extended by jodd.log.LogFactory
      extended by jodd.log.Slf4jLogFactory

public class Slf4jLogFactory
extends LogFactory

Slf4j factory.


Field Summary
 
Fields inherited from class jodd.log.LogFactory
implementation
 
Constructor Summary
Slf4jLogFactory()
           
 
Method Summary
 Log getLogger(java.lang.String name)
          Returns log instance for given name.
 
Methods inherited from class jodd.log.LogFactory
setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jLogFactory

public Slf4jLogFactory()
Method Detail

getLogger

public Log getLogger(java.lang.String name)
Description copied from class: LogFactory
Returns log instance for given name.

Specified by:
getLogger in class LogFactory


Copyright © 2003-2011 Jodd Team