facebook4j.internal.logging
Class Log4JLoggerFactory

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

final class Log4JLoggerFactory
extends LoggerFactory

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

Constructor Summary
Log4JLoggerFactory()
           
 
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

Log4JLoggerFactory

Log4JLoggerFactory()
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