Uses of Enum
com.github.ygimenez.model.PUtilsConfig.LogLevel
Packages that use PUtilsConfig.LogLevel
-
Uses of PUtilsConfig.LogLevel in com.github.ygimenez.model
Methods in com.github.ygimenez.model that return PUtilsConfig.LogLevelModifier and TypeMethodDescriptionstatic PUtilsConfig.LogLevelPUtilsConfig.getLogLevel()Retrieves thePUtilsConfig.LogLevelcurrently configured.static PUtilsConfig.LogLevelReturns the enum constant of this type with the specified name.static PUtilsConfig.LogLevel[]PUtilsConfig.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.ygimenez.model with parameters of type PUtilsConfig.LogLevelModifier and TypeMethodDescriptionvoidPaginator.log(PUtilsConfig.LogLevel level, String msg)Utility method to log an error at the suppliedPUtilsConfig.LogLevel.voidPaginator.log(PUtilsConfig.LogLevel level, String msg, Throwable t)Utility method to log an error at the suppliedPUtilsConfig.LogLevel.static voidPUtilsConfig.setLogLevel(PUtilsConfig.LogLevel logLevel)Set the library'sPUtilsConfig.LogLevel.