coalib.processes.communication package

Submodules

coalib.processes.communication.LogMessage module

class coalib.processes.communication.LogMessage.LogMessage(log_level, *messages, delimiter=' ', timestamp=None)[source]

Bases: object

to_string_dict()[source]

Makes a dictionary which has all keys and values as strings and contains all the data that the LogMessage has.

Returns:Dictionary with keys and values as string.

Module contents