Logger class for printing logs with different colors and symbols.
Creates a new instance of the Logger class.
The options for configuring the logger.
Private
Optional
Prints out an "error" log to the console.
The content to print.
Whether to apply red color to the content.
Prints out a "ready" log to the console.
Whether to apply blue color to the content.
Resolves the chalk color based on the LoggerColors enum.
The color to resolve.
The content to apply the color to.
The content with the resolved color.
Prints out a "success" log to the console.
Whether to apply green color to the content.
Prints out a "warn" log to the console.
Whether to apply yellow color to the content.
Generated using TypeDoc
Logger class for printing logs with different colors and symbols.