Uses of Class
com.flagsmith.FlagsmithLoggerLevel
| Package | Description |
|---|---|
| com.flagsmith |
-
Uses of FlagsmithLoggerLevel in com.flagsmith
Methods in com.flagsmith that return FlagsmithLoggerLevel Modifier and Type Method Description static FlagsmithLoggerLevelFlagsmithLoggerLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static FlagsmithLoggerLevel[]FlagsmithLoggerLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flagsmith with parameters of type FlagsmithLoggerLevel Modifier and Type Method Description FlagsmithClient.BuilderFlagsmithClient.Builder. enableLogging(FlagsmithLoggerLevel level)Enables logging, the project importing this module must include an implementation slf4j in their pom.voidFlagsmithLogger. setLogger(org.slf4j.Logger logger, FlagsmithLoggerLevel level)