LDTP  2.3.1
addlogger

Syntax

addlogger('<log configuration file>')

Description

Add more python logging formats with a configuration file format based on python logging format

ImplementationDetails

Implemented based on python logging formats

Return values:
Returns1 on success

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtp.py

Example

addlogger('/etc/ldtp.conf')

Configration

Refer: Python logging format configuration file

Author:
Nagappan Alagappan <nagappan@gmail.com>