Uses of Interface
com.foxinmy.weixin4j.logging.InternalLogger
-
Packages that use InternalLogger Package Description com.foxinmy.weixin4j.http.weixin com.foxinmy.weixin4j.logging -
-
Uses of InternalLogger in com.foxinmy.weixin4j.http.weixin
Fields in com.foxinmy.weixin4j.http.weixin declared as InternalLogger Modifier and Type Field Description protected InternalLogger
WeixinRequestExecutor. logger
-
Uses of InternalLogger in com.foxinmy.weixin4j.logging
Classes in com.foxinmy.weixin4j.logging that implement InternalLogger Modifier and Type Class Description class
AbstractInternalLogger
A skeletal implementation ofInternalLogger
.Methods in com.foxinmy.weixin4j.logging that return InternalLogger Modifier and Type Method Description static InternalLogger
InternalLoggerFactory. getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class.static InternalLogger
InternalLoggerFactory. getInstance(String name)
Creates a new logger instance with the specified name.protected abstract InternalLogger
InternalLoggerFactory. newInstance(String name)
Creates a new logger instance with the specified name.InternalLogger
JdkLoggerFactory. newInstance(String name)
InternalLogger
Slf4JLoggerFactory. newInstance(String name)
-