com.epam.common.logging
Class DefaultLogFactory
java.lang.Object
com.epam.common.logging.DefaultLogFactory
- All Implemented Interfaces:
- ILogFactory
- Direct Known Subclasses:
- CommonsLogFactory, SLF4JLogFactory
public class DefaultLogFactory
- extends Object
- implements ILogFactory
Factory for default loggers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_LOG
protected static final DefaultLog DEFAULT_LOG
DefaultLogFactory
public DefaultLogFactory()
getLog
public Log getLog(Class aClass)
- Specified by:
getLog
in interface ILogFactory
getLog
public Log getLog(String name)
- Specified by:
getLog
in interface ILogFactory
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.