exopy.tasks.tasks.util.log_task module

Logging Task.

class exopy.tasks.tasks.util.log_task.LogTask[source]

Bases: exopy.tasks.tasks.base_tasks.SimpleTask

Task logging a message. Loopable.

message

Message to log when the task is executed.

database_entries

A value of type dict.

wait

A value of type dict.

perform(*args, **kwargs)[source]

Format the message and log it.