com.epam.common.logging
Class CommonsLogFactory
java.lang.Object
com.epam.common.logging.DefaultLogFactory
com.epam.common.logging.CommonsLogFactory
- All Implemented Interfaces:
- ILogFactory
public class CommonsLogFactory
- extends DefaultLogFactory
Factory for Apache Common loggers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsLogFactory
public CommonsLogFactory()
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.