LDTP
3.5.0
|
setloglevel(<log level>)
List of log levels are available here - http://docs.python.org/lib/module-logging.html
Set the log level, which will be used in client side logging. Default log level set is logging.WARNING
Implemented based on python logging formats
Returns | 1 on success, 0 on failure |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtp/__init__.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtp/__init__.py
Windows: https://github.com/ldtp/cobra/blob/master/CobraWinLDTP/ldtp/__init__.py
setloglevel(logging.WARNING)