Constants |
public
|
STANDARD = 0
A message that should be recorded with a prefix and level-based
formatting
A message that should be recorded with a prefix and level-based
formatting
|
#
|
public
|
UNDECORATED = 1
A message that should be recorded without a prefix
A message that should be recorded without a prefix
|
#
|
public
|
UNFORMATTED = 2
A message that should be recorded without a prefix or level-based
formatting
A message that should be recorded without a prefix or level-based
formatting
|
#
|
public
|
PROGRESS = 3
A message that should be displayed temporarily and should not be recorded
A message that should be displayed temporarily and should not be recorded
|
#
|
public
|
GROUP_START = 4
The start of a group of console messages
The start of a group of console messages
|
#
|
public
|
GROUP_END = 5
The end of a group of console messages
The end of a group of console messages
|
#
|
public
|
SUMMARY = 6
"Command finished" or similar
"Command finished" or similar
|
#
|
public
|
SUCCESS = 7
"Command finished without errors" or similar
"Command finished without errors" or similar
|
#
|
public
|
FAILURE = 8
"Command finished with errors" or similar
"Command finished with errors" or similar
|
#
|