Package com.biglybt.core.dht
Interface DHTLogger
-
public interface DHTLogger
-
-
Field Summary
Fields Modifier and Type Field Description static int
LT_GENERAL
static int
LT_IP_FILTER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginInterface
getPluginInterface()
boolean
isEnabled(int log_type)
void
log(int log_type, java.lang.String str)
void
log(java.lang.String str)
void
log(java.lang.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(java.lang.String str)
-
log
void log(java.lang.Throwable e)
-
log
void log(int log_type, java.lang.String str)
-
isEnabled
boolean isEnabled(int log_type)
-
getPluginInterface
PluginInterface getPluginInterface()
-
-