org.hippoecm.hst.core.logging
Class Slf4jLoggerFactory

java.lang.Object
  extended by org.hippoecm.hst.core.logging.Slf4jLoggerFactory
All Implemented Interfaces:
LoggerFactory

public class Slf4jLoggerFactory
extends Object
implements LoggerFactory


Constructor Summary
Slf4jLoggerFactory()
           
 
Method Summary
 Logger getLogger(String name)
          Returns HST Logger with the category name
 Logger getLogger(String name, String fqcn)
          Returns HST Logger with the category name and wrapper logger fqcn used to find logging location
 void setTraceToolLogEventBuffer(LogEventBuffer traceToolLogEventBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jLoggerFactory

public Slf4jLoggerFactory()
Method Detail

setTraceToolLogEventBuffer

public void setTraceToolLogEventBuffer(LogEventBuffer traceToolLogEventBuffer)

getLogger

public Logger getLogger(String name)
Description copied from interface: LoggerFactory
Returns HST Logger with the category name

Specified by:
getLogger in interface LoggerFactory
Returns:

getLogger

public Logger getLogger(String name,
                        String fqcn)
Description copied from interface: LoggerFactory
Returns HST Logger with the category name and wrapper logger fqcn used to find logging location

Specified by:
getLogger in interface LoggerFactory
Returns:


Copyright © 2008-2012 Hippo. All Rights Reserved.