class TMSiSDK.tmsi_utilities.tmsi_logger.TMSiLoggerActivity(*args, **kwargs)#

Bases: object

Class to handle the activity logs.

__init__()#

Initialize the activity logger.

Methods

__init__()

Initialize the activity logger.

log(message)

Log the message with activity level.

log(message)#

Log the message with activity level.

Parameters:

message (str) – message to log.