Uses of Class
com.github.markusbernhardt.proxy.util.Logger.LogLevel
-
Packages that use Logger.LogLevel Package Description com.github.markusbernhardt.proxy.util -
-
Uses of Logger.LogLevel in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that return Logger.LogLevel Modifier and Type Method Description static Logger.LogLevel
Logger.LogLevel. valueOf(java.lang.String name)
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.LogLevel Modifier and Type Method Description static void
Logger. log(java.lang.Class<?> clazz, Logger.LogLevel loglevel, java.lang.String msg, java.lang.Object... params)
Logs a message.void
Logger.LogBackEnd. log(java.lang.Class<?> clazz, Logger.LogLevel loglevel, java.lang.String msg, java.lang.Object... params)
Invoked for every logging event.void
Logger.Slf4jLogBackEnd. log(java.lang.Class<?> clazz, Logger.LogLevel loglevel, java.lang.String msg, java.lang.Object... params)
Invoked for every logging event.
-