com.epam.common.logging
Class SLF4JLogFactory
java.lang.Object
com.epam.common.logging.DefaultLogFactory
com.epam.common.logging.SLF4JLogFactory
- All Implemented Interfaces:
- ILogFactory
public class SLF4JLogFactory
- extends DefaultLogFactory
Factory for SLF4J loggers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLF4JLogFactory
public SLF4JLogFactory()
throws Exception
- Throws:
Exception
getLog
public Log getLog(Class aClass)
- Specified by:
getLog
in interface ILogFactory
- Overrides:
getLog
in class DefaultLogFactory
getLog
public Log getLog(String name)
- Specified by:
getLog
in interface ILogFactory
- Overrides:
getLog
in class DefaultLogFactory
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.