org.hippoecm.hst.core.logging
Class Slf4jLoggerFactory
java.lang.Object
org.hippoecm.hst.core.logging.Slf4jLoggerFactory
- All Implemented Interfaces:
- LoggerFactory
public class Slf4jLoggerFactory
- extends Object
- implements LoggerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slf4jLoggerFactory
public Slf4jLoggerFactory()
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.