Uses of Class
com.appslandia.common.logging.AppLogger.Level
-
Packages that use AppLogger.Level Package Description com.appslandia.common.logging -
-
Uses of AppLogger.Level in com.appslandia.common.logging
Methods in com.appslandia.common.logging that return AppLogger.Level Modifier and Type Method Description static AppLogger.LevelAppLogger.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static AppLogger.Level[]AppLogger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.appslandia.common.logging with parameters of type AppLogger.Level Modifier and Type Method Description booleanAppLogger. isLoggable(AppLogger.Level level)voidAppLogger. log(AppLogger.Level level, String message)default voidAppLogger. log(AppLogger.Level level, String format, Object... entries)voidAppLogger. log(AppLogger.Level level, String message, Throwable exception)voidAppLogger. log(AppLogger.Level level, Supplier<String> msgSupplier)voidAppLogger. log(AppLogger.Level level, Supplier<String> msgSupplier, Throwable exception)
-