Example #1
0
def log_info(msg):
    crmmsg.common_info("%s# %s" % (constants.WE, msg))
Example #2
0
def log_debug(msg):
    if constants.VERBOSITY > 0 or crmsh.config.core.debug:
        crmmsg.common_info("%s# %s" % (constants.WE, msg))