A simple Logger that prints to the standard output.
In most cases you should prefer FTCLogger unless it is unavailable, such as when running unit tests.
Logs a debugging message.
Logs an error message.
Logs an info message.
Logs a message with a specific level.
Logs a warning message.