facebook4j.internal.logging
Class LoggerFactory

java.lang.Object
  extended by facebook4j.internal.logging.LoggerFactory
Direct Known Subclasses:
CommonsLoggingLoggerFactory, JULLoggerFactory, Log4JLoggerFactory, NullLoggerFactory, SLF4JLoggerFactory, StdOutLoggerFactory

public abstract class LoggerFactory
extends java.lang.Object

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

Constructor Summary
LoggerFactory()
           
 
Method Summary
abstract  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

LoggerFactory

public LoggerFactory()
Method Detail

getLogger

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

Parameters:
clazz - class
Returns:
a logger instance