Uses of Class
fr.brouillard.oss.cssfx.impl.log.CSSFXLogger.LogLevel
-
Packages that use CSSFXLogger.LogLevel Package Description fr.brouillard.oss.cssfx.impl.log -
-
Uses of CSSFXLogger.LogLevel in fr.brouillard.oss.cssfx.impl.log
Methods in fr.brouillard.oss.cssfx.impl.log that return CSSFXLogger.LogLevel Modifier and Type Method Description static CSSFXLogger.LogLevelCSSFXLogger.LogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CSSFXLogger.LogLevel[]CSSFXLogger.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.brouillard.oss.cssfx.impl.log with parameters of type CSSFXLogger.LogLevel Modifier and Type Method Description voidCSSFXLogger.Logger. log(CSSFXLogger.LogLevel level, String message, Object... args)static voidCSSFXLogger. setLogLevel(CSSFXLogger.LogLevel newLevel)
-