Constants |
public
|
TYPE_STANDARD = 0
Should be recorded with a prefix and level-based formatting
Should be recorded with a prefix and level-based formatting
|
#
|
public
|
TYPE_UNDECORATED = 1
Should be recorded without a prefix
Should be recorded without a prefix
|
#
|
public
|
TYPE_UNFORMATTED = 2
Should be recorded without a prefix or level-based formatting
Should be recorded without a prefix or level-based formatting
|
#
|
public
|
TYPE_PROGRESS = 3
Should be displayed temporarily and should not be recorded
Should be displayed temporarily and should not be recorded
|
#
|
public
|
TYPE_GROUP_START = 4
The start of a group of console messages
The start of a group of console messages
|
#
|
public
|
TYPE_GROUP_END = 5
The end of a group of console messages
The end of a group of console messages
|
#
|
public
|
TYPE_SUMMARY = 6
"Command finished" or similar
"Command finished" or similar
|
#
|
public
|
TYPE_SUCCESS = 7
"Command finished without errors" or similar
"Command finished without errors" or similar
|
#
|
public
|
TYPE_FAILURE = 8
"Command finished with errors" or similar
"Command finished with errors" or similar
|
#
|