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 static classLogger.Slf4jLogBackEndSlf4j logging backend.Methods in com.github.markusbernhardt.proxy.util that return Logger.LogBackEnd Modifier and Type Method Description static Logger.LogBackEndLogger. 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 voidLogger. setBackend(Logger.LogBackEnd backend)Attaches a new logging backend replacing the existing one.
-