com.epam.common.logging
Class DefaultLogFactory

java.lang.Object
  extended by 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.


Field Summary
protected static DefaultLog DEFAULT_LOG
           
 
Constructor Summary
DefaultLogFactory()
           
 
Method Summary
 Log getLog(Class aClass)
           
 Log getLog(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOG

protected static final DefaultLog DEFAULT_LOG
Constructor Detail

DefaultLogFactory

public DefaultLogFactory()
Method Detail

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.