Uses of Class
com.github.robtimus.pool.LogLevel
- 
- 
Uses of LogLevel in com.github.robtimus.pool
Methods in com.github.robtimus.pool that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.robtimus.pool with parameters of type LogLevel Modifier and Type Method Description protected booleanPoolableObject. isEnabled(LogLevel level)Returns whether or not logging at a specific level is enabled.booleanPoolLogger. isEnabled(LogLevel level)Returns whether or not logging at a specific level is enabled.protected voidPoolableObject. logEvent(LogLevel level, String message)Logs a custom event for this object.protected voidPoolableObject. logEvent(LogLevel level, Supplier<String> messageSupplier)Logs a custom event for this object.voidPoolLogger. objectEvent(LogLevel level, PoolableObject<?> object, String message)Called whenPoolableObject.logEvent(LogLevel, String)is called.voidPoolLogger. objectEvent(LogLevel level, PoolableObject<?> object, Supplier<String> messageSupplier)Called whenPoolableObject.logEvent(LogLevel, Supplier)is called. 
 -