Uses of Class
com.foxinmy.weixin4j.logging.InternalLogLevel

Packages that use InternalLogLevel
com.foxinmy.weixin4j.logging   
 

Uses of InternalLogLevel in com.foxinmy.weixin4j.logging
 

Methods in com.foxinmy.weixin4j.logging that return InternalLogLevel
static InternalLogLevel InternalLogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InternalLogLevel[] InternalLogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.foxinmy.weixin4j.logging with parameters of type InternalLogLevel
 boolean InternalLogger.isEnabled(InternalLogLevel level)
          Is the logger instance enabled for the specified level?
 boolean AbstractInternalLogger.isEnabled(InternalLogLevel level)
           
 void InternalLogger.log(InternalLogLevel level, String msg)
          Log a message at the specified level.
 void AbstractInternalLogger.log(InternalLogLevel level, String msg)
           
 void InternalLogger.log(InternalLogLevel level, String format, Object... arguments)
          Log a message at the specified level according to the specified format and arguments.
 void AbstractInternalLogger.log(InternalLogLevel level, String format, Object... arguments)
           
 void InternalLogger.log(InternalLogLevel level, String format, Object arg)
          Log a message at the specified level according to the specified format and argument.
 void AbstractInternalLogger.log(InternalLogLevel level, String format, Object arg)
           
 void InternalLogger.log(InternalLogLevel level, String format, Object argA, Object argB)
          Log a message at the specified level according to the specified format and arguments.
 void AbstractInternalLogger.log(InternalLogLevel level, String format, Object argA, Object argB)
           
 void InternalLogger.log(InternalLogLevel level, String msg, Throwable t)
          Log an exception (throwable) at the specified level with an accompanying message.
 void AbstractInternalLogger.log(InternalLogLevel level, String msg, Throwable cause)
           
 



Copyright © 2014–2017. All rights reserved.