facebook4j.internal.logging
Class CommonsLoggingLoggerFactory

java.lang.Object
  extended by facebook4j.internal.logging.LoggerFactory
      extended by facebook4j.internal.logging.CommonsLoggingLoggerFactory

final class CommonsLoggingLoggerFactory
extends LoggerFactory

Since:
Twitter4J 2.1.1
Author:
Yusuke Yamamoto - yusuke at mac.com

Constructor Summary
CommonsLoggingLoggerFactory()
           
 
Method Summary
 Logger getLogger(java.lang.Class clazz)
          Returns a logger associated with the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsLoggingLoggerFactory

CommonsLoggingLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.Class clazz)
Returns a logger associated with the specified class.

Specified by:
getLogger in class LoggerFactory
Parameters:
clazz - class
Returns:
a logger instance