musif.common.constants module

musif.common.constants.BLACK = 0

Dictionary to access different color indexes for logging

musif.common.constants.BLUE = 4

Dictionary to access different color indexes for logging

musif.common.constants.BOLD_SEQ = '\x1b[1m'

Logging constants to introduce in the logger

musif.common.constants.CYAN = 6

Dictionary to access different color indexes for logging

musif.common.constants.GREEN = 2

Dictionary to access different color indexes for logging

musif.common.constants.LEVEL_CRITICAL = 'CRITICAL'

Indexes for each color

musif.common.constants.MAGENTA = 5

Dictionary to access different color indexes for logging

musif.common.constants.RED = 1

Dictionary to access different color indexes for logging

musif.common.constants.WHITE = 7

Dictionary to access different color indexes for logging

musif.common.constants.YELLOW = 3

Dictionary to access different color indexes for logging