NabtoClient.setLogLevel()
DESCRIPTION
Set the log level, the log is logged to the standard android log.
This will maybe be removed in the future and replaced with a more android way of defining the log level.
DECLARATION
public abstract void setLogLevel(String level)
PARAMETERS
level:
- The level to log upto. levels is error, warn, info, trace. A level of trace includes all the less verbose levels.