Uses of Class
com.foxinmy.weixin4j.logging.InternalLoggerFactory
-
Packages that use InternalLoggerFactory Package Description com.foxinmy.weixin4j.logging -
-
Uses of InternalLoggerFactory in com.foxinmy.weixin4j.logging
Subclasses of InternalLoggerFactory in com.foxinmy.weixin4j.logging Modifier and Type Class Description class
JdkLoggerFactory
Logger factory which creates a java.util.logging logger.class
Slf4JLoggerFactory
Logger factory which creates a SLF4J logger.Methods in com.foxinmy.weixin4j.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactory
InternalLoggerFactory. getDefaultFactory()
Returns the default factory.Methods in com.foxinmy.weixin4j.logging with parameters of type InternalLoggerFactory Modifier and Type Method Description static void
InternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.
-