Uses of Enum
com.github.markusbernhardt.proxy.util.Logger.LogLevel
Packages that use Logger.LogLevel
-
Uses of Logger.LogLevel in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that return Logger.LogLevelModifier and TypeMethodDescriptionstatic Logger.LogLevelReturns the enum constant of this type with the specified name.static Logger.LogLevel[]Logger.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.markusbernhardt.proxy.util with parameters of type Logger.LogLevelModifier and TypeMethodDescriptionstatic voidLogger.log(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Logs a message.voidLogger.LogBackEnd.log(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Invoked for every logging event.voidLogger.Slf4jLogBackEnd.log(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Invoked for every logging event.