@nowarajs/logger
    Preparing search index...

    Class DevNullLoggerSink<TLogObject>

    DevNullLoggerSink implements LoggerSink to discard all logs (like /dev/null). Useful for benchmarking the logger overhead without I/O.

    Type Parameters

    • TLogObject = unknown

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • 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.

      Returns void