The constructor of the logger class.
The options of the logger.
If the logger is activated.
The instance of a spinner made by the ora module.
Prints a database.
The database to print.
Starts the log for dropping a collection, by showing a spinner.
The collection that is going to be dropped.
Starts the log for dropping a database, by showing a spinner.
The database that is going to be dropped.
Starts the log for emptying a collection, by showing a spinner.
The collection that is going to be emptied.
Helper method for starting the spinner.
The message to log.
Stops the current spinner, deleting its last output.
Stops the log for dropping a collection, by stopping the current spinner.
If the operation succeded.
If there is a fallback in case the operation did not succed.
Stops the log for dropping a database, by stopping the current spinner.
If the operation succeded.
If there is a fallback in case the operation did not succed.
Stops the log for emptying a collection, by stopping the current spinner.
If the operation succeded.
Helper method for stopping the spinner.
If the outcome were positive.
If the outcome were negative, use a fallback.
Generated using TypeDoc
The logger class.