Package com.foxinmy.weixin4j.logging
Class JdkLoggerFactory
- java.lang.Object
-
- com.foxinmy.weixin4j.logging.InternalLoggerFactory
-
- com.foxinmy.weixin4j.logging.JdkLoggerFactory
-
public class JdkLoggerFactory extends InternalLoggerFactory
Logger factory which creates a java.util.logging logger.
-
-
Constructor Summary
Constructors Constructor Description JdkLoggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
newInstance
public InternalLogger newInstance(String name)
Description copied from class:InternalLoggerFactory
Creates a new logger instance with the specified name.- Specified by:
newInstance
in classInternalLoggerFactory
-
-