@stigg/js-client-sdk - v4.1.0

    Interface Logger

    Public logger interface — consumers implement this to provide custom logging. Extends SlimLogger for cache-core compatibility.

    interface Logger {
        debug: (message: string, object?: LoggerExtra) => void;
        error: (message: string, error?: LoggerExtra) => void;
        log: (message: string, object?: LoggerExtra) => void;
    }

    Hierarchy

    • SlimLogger
      • Logger
    Index

    Properties

    Properties

    debug: (message: string, object?: LoggerExtra) => void
    error: (message: string, error?: LoggerExtra) => void
    log: (message: string, object?: LoggerExtra) => void
    MMNEPVFCICPMFPCPTTAAATR