Aestate
Static Public Attributes | List of all members
aestate.util.Log.ConsoleColor.ShowType Class Reference
Collaboration diagram for aestate.util.Log.ConsoleColor.ShowType:
Collaboration graph

Static Public Attributes

int DEFAULT = 0
 
int HIGHLIGHT = 1
 
int UNDERSCORE = 4
 
int FLASHING = 5
 
int REVERSE = 7
 
int INVISIBLE = 8
 

Detailed Description

Definition at line 83 of file Log.py.

Member Data Documentation

◆ DEFAULT

int aestate.util.Log.ConsoleColor.ShowType.DEFAULT = 0
static

Definition at line 85 of file Log.py.

◆ FLASHING

int aestate.util.Log.ConsoleColor.ShowType.FLASHING = 5
static

Definition at line 91 of file Log.py.

◆ HIGHLIGHT

int aestate.util.Log.ConsoleColor.ShowType.HIGHLIGHT = 1
static

Definition at line 87 of file Log.py.

◆ INVISIBLE

int aestate.util.Log.ConsoleColor.ShowType.INVISIBLE = 8
static

Definition at line 95 of file Log.py.

◆ REVERSE

int aestate.util.Log.ConsoleColor.ShowType.REVERSE = 7
static

Definition at line 93 of file Log.py.

◆ UNDERSCORE

int aestate.util.Log.ConsoleColor.ShowType.UNDERSCORE = 4
static

Definition at line 89 of file Log.py.


The documentation for this class was generated from the following file: