com.foxinmy.weixin4j.logging
Class Slf4JLoggerFactory

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

public class Slf4JLoggerFactory
extends InternalLoggerFactory

Logger factory which creates a SLF4J logger.


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

Slf4JLoggerFactory

public Slf4JLoggerFactory()
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.