Define constant color value for different level.
More...
|
string | DEBUG = '\033[94m ' |
|
string | INFO = ' \033[95m ' |
|
string | WARNING = ' \033[93m ' |
|
string | FAIL = ' \033[91m ' |
|
string | ENDC = ' \033[0m ' |
|
Define constant color value for different level.
string serveur.Log.bcolors.DEBUG = '\033[94m ' |
|
static |
string serveur.Log.bcolors.ENDC = ' \033[0m ' |
|
static |
string serveur.Log.bcolors.FAIL = ' \033[91m ' |
|
static |
string serveur.Log.bcolors.INFO = ' \033[95m ' |
|
static |
string serveur.Log.bcolors.WARNING = ' \033[93m ' |
|
static |
The documentation for this class was generated from the following file: