Uses of Class
com.avpkit.ferry.Logger.Level
-
Packages that use Logger.Level Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of Logger.Level in com.avpkit.ferry
Methods in com.avpkit.ferry that return Logger.Level Modifier and Type Method Description static Logger.LevelLogger.Level. swigToEnum(int swigValue)static Logger.LevelLogger.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logger.Level[]Logger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.ferry with parameters of type Logger.Level Modifier and Type Method Description static booleanLogger. isGlobalLogging(Logger.Level level)booleanLogger. isLogging(Logger.Level level)booleanLogger. log(java.lang.String filename, int lineNo, Logger.Level level, java.lang.String format)Log the message to the logger, using sprintf() format
strings.
static voidLogger. setGlobalIsLogging(Logger.Level level, boolean value)voidLogger. setIsLogging(Logger.Level level, boolean value)
-