Package com.biglybt.net.upnp
Interface UPnPLogListener
-
public interface UPnPLogListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_ALWAYS
static int
TYPE_ONCE_EVER
static int
TYPE_ONCE_PER_SESSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(java.lang.String str)
void
logAlert(java.lang.String str, boolean error, int type)
-
-
-
Field Detail
-
TYPE_ALWAYS
static final int TYPE_ALWAYS
- See Also:
- Constant Field Values
-
TYPE_ONCE_PER_SESSION
static final int TYPE_ONCE_PER_SESSION
- See Also:
- Constant Field Values
-
TYPE_ONCE_EVER
static final int TYPE_ONCE_EVER
- See Also:
- Constant Field Values
-
-