romanimpreprocess.utils.processlog

Process logging tools.

Classes

ProcessLog

This logs events that occurred in the processing.

Classes

ProcessLog

This logs events that occurred in the processing.

Module Contents

class ProcessLog[source]

This logs events that occurred in the processing.

This can be initialized as mylog = ProcessLog(). Then other methods can be used to add to the log.

Parameters:

None

output[source]

Collected output.

Type:

str

reffiles[source]

Reference files used.

Type:

dict

append()[source]

Add more output.

output = ''[source]
reffiles[source]
append(newoutput)[source]

Add more output.

Parameters:

newoutput (str) – The output to append.

Return type:

None