@samatawy/rules
    Preparing search index...

    Class NoopLogger

    Logger implementation that intentionally discards all log events. This is useful when callers want to silence logging explicitly.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • In case your logger buffers logs, flush should be called at the end of execution to ensure all logs are written out. If your logger does not buffer logs, you can leave this method empty.

      Returns void