DevNullLoggerSink implements LoggerSink to discard all logs (like /dev/null). Useful for benchmarking the logger overhead without I/O.
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.
DevNullLoggerSink implements LoggerSink to discard all logs (like /dev/null). Useful for benchmarking the logger overhead without I/O.