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 forLocationAwareSLF4JExoLogandSLF4JExoLogbased on the type of the logger returned byLoggerFactorywhich can beLoggerorLocationAwareLogger.- Version:
- $Id: SLF4JExoLogFactory.java 34394 2009-07-23 09:23:31Z dkatayev $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description SLF4JExoLogFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoggetLogger(String name)Obtain a specified logger.-
Methods inherited from class org.exoplatform.services.log.impl.AbstractExoLogFactory
getExoLogger, getExoLogger
-
-
-
-
Method Detail
-
getLogger
protected Log getLogger(String name)
Obtain a specified logger.- Specified by:
getLoggerin classAbstractExoLogFactory- Parameters:
name- the logger name- Returns:
- the logger
-
-