facebook4j.internal.logging
Class NullLoggerFactory

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

final class NullLoggerFactory
extends LoggerFactory

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

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

NullLoggerFactory

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