Package org.littleshoot.proxy.impl
Class ProxyConnectionLogger.LocationAwareLoggerDispatch
- java.lang.Object
-
- org.littleshoot.proxy.impl.ProxyConnectionLogger.LocationAwareLoggerDispatch
-
- All Implemented Interfaces:
ProxyConnectionLogger.LogDispatch
- Enclosing class:
- ProxyConnectionLogger
private class ProxyConnectionLogger.LocationAwareLoggerDispatch extends Object implements ProxyConnectionLogger.LogDispatch
Dispatcher for a LocationAwareLogger.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.spi.LocationAwareLoggerlog
-
Constructor Summary
Constructors Constructor Description LocationAwareLoggerDispatch(org.slf4j.spi.LocationAwareLogger log)
-
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
-
-