com.epam.common.logging
Class CommonsLogFactory

java.lang.Object
  extended by com.epam.common.logging.DefaultLogFactory
      extended by com.epam.common.logging.CommonsLogFactory
All Implemented Interfaces:
ILogFactory

public class CommonsLogFactory
extends DefaultLogFactory

Factory for Apache Common loggers.


Field Summary
 
Fields inherited from class com.epam.common.logging.DefaultLogFactory
DEFAULT_LOG
 
Constructor Summary
CommonsLogFactory()
           
 
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
 

Constructor Detail

CommonsLogFactory

public CommonsLogFactory()
                  throws Exception
Throws:
Exception
Method Detail

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.