An improved console class that implements useful methods for the console output
A ConsoleManager instance
Defines the color to be used on the error styled console texts
Defines the color to be used on the success styled console texts
Defines the color to be used on the title styled console texts
Defines the color to be used on the warning styled console texts
Show an error to the user
The text to show as an error
True by default, the application will die when the error message is shown with error code 1 (which means exit with error)
void
Show a multiple list of errors to the user, one after the other on a new line.
The list of texts to show as errors
True by default, the application will die with error code 1 (which means exit with error) after the last error is displayed
void
Show a success to the user If quit parameter is true, the application will also exit with success code 0 (which means exit without error)
Show a standard message to the user with the default console raw text style
Show a title message to the user
Show a warning to the user If quit parameter is true, the application will also exit with error code 1 (which means exit with error)
Show a multiple list of warnings to the user, one after the other on a new line.
The list of texts to show as warnings
False by default, the application will die with error code 1 (which means exit with error) after the last warning is displayed
void
Generated using TypeDoc
ConsoleManager class
constructor()