Package org.littleshoot.proxy.impl
Class ProxyConnectionLogger.LoggerDispatch
- java.lang.Object
-
- org.littleshoot.proxy.impl.ProxyConnectionLogger.LoggerDispatch
-
- All Implemented Interfaces:
ProxyConnectionLogger.LogDispatch
- Enclosing class:
- ProxyConnectionLogger
private class ProxyConnectionLogger.LoggerDispatch extends Object implements ProxyConnectionLogger.LogDispatch
Fallback dispatch if a LocationAwareLogger is not available from the SLF4J LoggerFactory.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLoggerDispatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoLog(int level, String message, Object[] params, Throwable t)
-
-
-
Method Detail
-
doLog
public void doLog(int level, String message, Object[] params, Throwable t)- Specified by:
doLogin interfaceProxyConnectionLogger.LogDispatch
-
-