twitter4j.internal.logging
Class LoggerFactory

java.lang.Object
  extended by twitter4j.internal.logging.LoggerFactory

public abstract class LoggerFactory
extends Object

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

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

Constructor Detail

LoggerFactory

public LoggerFactory()
Method Detail

getLogger

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

Parameters:
clazz - class
Returns:
a logger instance


Copyright © 2012. All Rights Reserved.