Logs a message with the sink's implementation. If you want to create your own sink, you must implement this method and all imports must be in the form of dynamic imports.
The log level at which the message should be logged.
The date at which the message was logged.
The object to log.
ConsoleLoggerSink implements LoggerSink to provide logging functionality to the console.