com.epam.common.logging
Class SLF4JLogFactory

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

public class SLF4JLogFactory
extends DefaultLogFactory

Factory for SLF4J loggers.


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

SLF4JLogFactory

public SLF4JLogFactory()
                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.