facebook4j.internal.logging
Class StdOutLoggerFactory

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

final class StdOutLoggerFactory
extends LoggerFactory

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

Field Summary
private static Logger SINGLETON
           
 
Constructor Summary
StdOutLoggerFactory()
           
 
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
 

Field Detail

SINGLETON

private static final Logger SINGLETON
Constructor Detail

StdOutLoggerFactory

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