Package com.avaya.clientservices.client
Interface Client.LogListener
-
- Enclosing class:
- Client
public static interface Client.LogListenerLog message listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLogMessage(Client.LogLevel level, java.lang.String tag, java.lang.String msg)Called for each log message from the library.
-
-
-
Method Detail
-
onLogMessage
void onLogMessage(Client.LogLevel level, java.lang.String tag, java.lang.String msg)
Called for each log message from the library.- Parameters:
level- The log level associated with the message.tag- The tag associated with the message. Null by default.msg- The log message.
-
-