ConsoleLoggerStrategy implements LoggerStrategy to provide logging functionality to the console. (LoggerStrategy)
Initializes the ConsoleLoggerStrategy.
Indicates if the output should be colorized. (Default is false.)
Logs a message to the console with the specified log level.
The log level at which the message should be logged. (LogLevels)
The date at which the message was logged.
The object to log.
ConsoleLoggerStrategy implements LoggerStrategy to provide logging functionality to the console. (LoggerStrategy)