com.aelitis.azureus.core.dht
Interface DHTLogger


public interface DHTLogger


Field Summary
static int LT_GENERAL
           
static int LT_IP_FILTER
           
 
Method Summary
 PluginInterface getPluginInterface()
           
 boolean isEnabled(int log_type)
           
 void log(int log_type, String str)
           
 void log(String str)
           
 void log(Throwable e)
           
 

Field Detail

LT_GENERAL

static final int LT_GENERAL
See Also:
Constant Field Values

LT_IP_FILTER

static final int LT_IP_FILTER
See Also:
Constant Field Values
Method Detail

log

void log(String str)

log

void log(Throwable e)

log

void log(int log_type,
         String str)

isEnabled

boolean isEnabled(int log_type)

getPluginInterface

PluginInterface getPluginInterface()