Uses of Class
tv.hd3g.fflauncher.enums.FFLogLevel
-
Packages that use FFLogLevel Package Description tv.hd3g.fflauncher tv.hd3g.fflauncher.enums -
-
Uses of FFLogLevel in tv.hd3g.fflauncher
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 -
Uses of FFLogLevel in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums 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.
-