public interface MqttTraceHandler
| Modifier and Type | Method and Description |
|---|---|
void |
traceDebug(java.lang.String tag,
java.lang.String message)
Trace debugging information
|
void |
traceError(java.lang.String tag,
java.lang.String message)
Trace error information
|
void |
traceException(java.lang.String tag,
java.lang.String message,
java.lang.Exception e)
trace exceptions
|
void traceDebug(java.lang.String tag,
java.lang.String message)
tag - identifier for the source of the tracemessage - the text to be tracedvoid traceError(java.lang.String tag,
java.lang.String message)
tag - identifier for the source of the tracemessage - the text to be tracedvoid traceException(java.lang.String tag,
java.lang.String message,
java.lang.Exception e)
tag - identifier for the source of the tracemessage - the text to be tracede - the exception