Interface SignalProtocolLogger
-
public interface SignalProtocolLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(int priority, java.lang.String tag, java.lang.String message)
-
-
-
Field Detail
-
VERBOSE
static final int VERBOSE
- See Also:
- Constant Field Values
-
DEBUG
static final int DEBUG
- See Also:
- Constant Field Values
-
INFO
static final int INFO
- See Also:
- Constant Field Values
-
WARN
static final int WARN
- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
ASSERT
static final int ASSERT
- See Also:
- Constant Field Values
-
-