:mod:`cloudmesh-common.cloudmesh.common.debug` ============================================== .. py:module:: cloudmesh-common.cloudmesh.common.debug Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: cloudmesh-common.cloudmesh.common.debug.TRACE cloudmesh-common.cloudmesh.common.debug.tracefunc cloudmesh-common.cloudmesh.common.debug.VERBOSE .. data:: verbose_lock .. function:: TRACE() prints the current trace stack .. function:: tracefunc(frame, event, arg, indent=[0]) .. function:: VERBOSE(msg, label=None, color='BLUE', verbose=9, location=True, secrets=['OS_PASSWORD', 'OS_USERNAME', 'client_secret', 'client_id', 'project_id', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_APPLICATION_ID', 'AZURE_SECRET_KEY: TBD', 'EC2_ACCESS_ID: TBD', 'EC2_SECRET_KEY', 'MONGO_PASSWORD']) Prints a data structure in verbose mode :param msg: the msg to be printed, can be a data structure such as a dict :param label: the label to be used, defaults to the name of the msg variable :param color: the color :param verbose: indicates when to print it. If verbose in cloudmesh is higher than the specified value it is printed :return: