org.exoplatform.services.log.impl
Class SLF4JExoLogFactory
java.lang.Object
org.exoplatform.services.log.impl.AbstractExoLogFactory
org.exoplatform.services.log.impl.SLF4JExoLogFactory
- All Implemented Interfaces:
- ExoLogFactory
public class SLF4JExoLogFactory
- extends AbstractExoLogFactory
A factory for LocationAwareSLF4JExoLog and
SLF4JExoLog based on the type of the logger
returned by LoggerFactory which can be Logger or LocationAwareLogger.
- Version:
- $Id: SLF4JExoLogFactory.java 34394 2009-07-23 09:23:31Z dkatayev $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLF4JExoLogFactory
public SLF4JExoLogFactory()
getLogger
protected Log getLogger(String name)
- Obtain a specified logger.
- Specified by:
getLogger in class AbstractExoLogFactory
- Parameters:
name - the logger name
- Returns:
- the logger
Copyright © 2013 eXo Platform SAS. All Rights Reserved.