QUIPLogEntry

class wss_tools.quip.qio.QUIPLogEntry(date_str, time_str, imname, descrip, data, etype)[source]

Bases: object

Class to handle each log entry for QUIPLog.

Parameters
date_str, time_strstr

Timestamp for the entry.

imnamestr

Image name the entry is associated to.

descripstr

Short description.

datastr

Entry contents. Only single line supported for now.

etype{‘status’, ‘warning’, ‘error’, ‘data’}

Entry type.

Raises
ValueError

Invalid entry type.

Attributes
imname

Same as input.

xml_dictdict

Dictionary for QUIPLog.xml_dict().