facebook4j.internal.logging
Class JULLoggerFactory

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

final class JULLoggerFactory
extends LoggerFactory

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

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

JULLoggerFactory

JULLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.Class clazz)
Description copied from class: LoggerFactory
Returns a logger associated with the specified class.

Specified by:
getLogger in class LoggerFactory
Parameters:
clazz - class
Returns:
a logger instance