Uses of Interface
com.github.markusbernhardt.proxy.util.Logger.LogBackEnd
-
Packages that use Logger.LogBackEnd Package Description com.github.markusbernhardt.proxy.util -
-
Uses of Logger.LogBackEnd in com.github.markusbernhardt.proxy.util
Classes in com.github.markusbernhardt.proxy.util that implement Logger.LogBackEnd Modifier and Type Class Description class
Logger.Slf4jLogBackEnd
Slf4j logging backend.Fields in com.github.markusbernhardt.proxy.util declared as Logger.LogBackEnd Modifier and Type Field Description private static Logger.LogBackEnd
Logger. backend
Methods in com.github.markusbernhardt.proxy.util that return Logger.LogBackEnd Modifier and Type Method Description static Logger.LogBackEnd
Logger. getBackend()
Gets the currently attached logging backend.Methods in com.github.markusbernhardt.proxy.util with parameters of type Logger.LogBackEnd Modifier and Type Method Description static void
Logger. setBackend(Logger.LogBackEnd backend)
Attaches a new logging backend replacing the existing one.
-