com.foxinmy.weixin4j.logging
Class JdkLoggerFactory

java.lang.Object
  extended by com.foxinmy.weixin4j.logging.InternalLoggerFactory
      extended by com.foxinmy.weixin4j.logging.JdkLoggerFactory

public class JdkLoggerFactory
extends InternalLoggerFactory

Logger factory which creates a java.util.logging logger.


Constructor Summary
JdkLoggerFactory()
           
 
Method Summary
 InternalLogger newInstance(String name)
          Creates a new logger instance with the specified name.
 
Methods inherited from class com.foxinmy.weixin4j.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkLoggerFactory

public JdkLoggerFactory()
Method Detail

newInstance

public InternalLogger newInstance(String name)
Description copied from class: InternalLoggerFactory
Creates a new logger instance with the specified name.



Copyright © 2014–2017. All rights reserved.