Uses of Class
tv.hd3g.fflauncher.FFLogLevel
-
Packages that use FFLogLevel Package Description tv.hd3g.fflauncher -
-
Uses of FFLogLevel in tv.hd3g.fflauncher
Methods in tv.hd3g.fflauncher that return FFLogLevel Modifier and Type Method Description static FFLogLevelFFLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static FFLogLevel[]FFLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.fflauncher with parameters of type FFLogLevel Modifier and Type Method Description FFbaseFFbase. setLogLevel(FFLogLevel level, boolean repeat, boolean display_level)Add like -loglevel repeat+level+verbose
-