Package | Description |
---|---|
vona.log |
Vona's utils: logging facility.
|
vona.terminal |
Vona's utils: terminal stuff.
|
Modifier and Type | Field and Description |
---|---|
static VT100Attribs |
Log.SEQUENCE_ATTRIBS
VT100Attribs for displaying the sequence counter in messages on
the console. |
static VT100Attribs |
Log.STACKLEVEL_ATTRIBS
VT100Attribs for displaying the stacklevel in messages on the
console. |
static VT100Attribs |
Log.THROWN_ATTRIBS
VT100Attribs for displaying Throwables in messages on the
console. |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.util.logging.Level,VT100Attribs> |
Log.LEVEL_ATTRIBS
VT100Attribs for displaying messages on the console at each log
Level. |
Modifier and Type | Field and Description |
---|---|
static VT100Attribs |
VT100Attribs.BLACK
The foreground black code.
|
static VT100Attribs |
VT100Attribs.BLUE
The foreground blue code.
|
static VT100Attribs |
VT100Attribs.CYAN
The foreground cyan code.
|
static VT100Attribs |
VT100Attribs.GREEN
The foreground green code.
|
static VT100Attribs |
VT100Attribs.MAGENTA
The foreground magenta code.
|
static VT100Attribs |
VT100Attribs.RED
The foreground red code.
|
static VT100Attribs |
VT100Attribs.RESET
The VT100 reset code.
|
static VT100Attribs |
VT100Attribs.WHITE
The foreground white code.
|
static VT100Attribs |
VT100Attribs.YELLOW
The foreground yellow code.
|