The None class is an implementation of the Logger interface that performs no operations. This can be used as a default or placeholder logger.
Logs a debug message. This implementation does nothing.
Logs an error message. This implementation does nothing.
Logs an informational message. This implementation does nothing.
Logs a warning message. This implementation does nothing.