No-op logger implementation for disabled logging.
0.4.0
Log a debug message. Use for development-time debugging.
Log an error message. Use for error conditions that should be investigated.
Log an info message. Use for general operational information.
Check if logging is enabled at the given level. Use to avoid expensive string formatting when logging is disabled.
Log a message at the specified level.
Log a verbose message. Use for detailed debugging information.
Log a warning message. Use for potentially problematic situations.