All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bytesgo.littleproxy.logging.LogDispatch Maven / Gradle / Ivy

Go to download

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.

The newest version!
package com.bytesgo.littleproxy.logging;

/**
 * 
 * @author leeyazhou
 *
 */
public interface LogDispatch {
  void doLog(int level, String message, Object[] params, Throwable t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy