Uses of Enum Class
com.flagsmith.FlagsmithLoggerLevel
Packages that use FlagsmithLoggerLevel
-
Uses of FlagsmithLoggerLevel in com.flagsmith
Methods in com.flagsmith that return FlagsmithLoggerLevelModifier and TypeMethodDescriptionstatic FlagsmithLoggerLevelReturns the enum constant of this class with the specified name.static FlagsmithLoggerLevel[]FlagsmithLoggerLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flagsmith with parameters of type FlagsmithLoggerLevelModifier and TypeMethodDescriptionFlagsmithClient.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)