|
string | BOLD = "\033[01m" |
|
string | BLACK = "\033[30m" |
|
string | RED = "\033[31m" |
|
string | GREEN = "\033[32m" |
|
string | YELLOW = "\033[33m" |
|
string | BLUE = "\033[34m" |
|
string | MAGENTA = "\033[35m" |
|
string | CYAN = "\033[36m" |
|
string | WHITE = "\033[37m" |
|
string | UNDERLINE = "\033[4m" |
|
string | RESET = "\033[0m" |
|
◆ BLACK
string helper_Log.Log.style.BLACK = "\033[30m" |
|
static |
◆ BLUE
string helper_Log.Log.style.BLUE = "\033[34m" |
|
static |
◆ BOLD
string helper_Log.Log.style.BOLD = "\033[01m" |
|
static |
◆ CYAN
string helper_Log.Log.style.CYAN = "\033[36m" |
|
static |
◆ GREEN
string helper_Log.Log.style.GREEN = "\033[32m" |
|
static |
◆ MAGENTA
string helper_Log.Log.style.MAGENTA = "\033[35m" |
|
static |
◆ RED
string helper_Log.Log.style.RED = "\033[31m" |
|
static |
◆ RESET
string helper_Log.Log.style.RESET = "\033[0m" |
|
static |
◆ UNDERLINE
string helper_Log.Log.style.UNDERLINE = "\033[4m" |
|
static |
◆ WHITE
string helper_Log.Log.style.WHITE = "\033[37m" |
|
static |
◆ YELLOW
string helper_Log.Log.style.YELLOW = "\033[33m" |
|
static |
The documentation for this class was generated from the following file: