Readonly
stderrReadonly
stdoutReadonly
ttyClears the console
Logs a message with animated spinner If stdout is not a TTY, the message is logged at the info level without a spinner
Optional
successMessage: stringLogs a message to the output stream at the given log level followed by a newline
Prints a given message to output stream followed by a newline. If a spinner is running, honor it and keep the spinner at the cursor running
Prints a new line to output stream
Start a spinner for the given message. If stdout is not a TTY, the message is logged at the info level without a spinner
Stop the current running spinner
Optional
successMessage: stringUpdate the current running spinner options, e.g. message or prefixText
The class that pretty prints to the output stream.