kappa_sdk.user_tasks.Log#

class kappa_sdk.user_tasks.Log(*args, **kwargs)[source]#

User task logger.

Performs user task logging (writes to the standard output if run in simulation mode).

Note

Should not be instantiated directly.

Methods

Log.debug(message)

Logs a debug message using a logger, associated with a running user task.

Log.error(message)

Logs an error message using a logger, associated with a running User Task.

Log.fatal(message)

Logs a fatal message using a logger, associated with a running user task.

Log.info(message)

Logs an info message using a logger, associated with a running user task.

Log.warning(message)

Logs a warning message using a logger, associated with a running user task.