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.LogLevel
Returns 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 void
Logger.log
(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Logs a message.void
Logger.LogBackEnd.log
(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Invoked for every logging event.void
Logger.Slf4jLogBackEnd.log
(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params) Invoked for every logging event.