sveltekit-eventsource - v1.0.0
    Preparing search index...

    Interface DebugLogger

    Debug logger interface.

    interface DebugLogger {
        debug?: (...args: any[]) => void;
        error?: (...args: any[]) => void;
        warn?: (...args: any[]) => void;
    }
    Index

    Properties

    Properties

    debug?: (...args: any[]) => void
    error?: (...args: any[]) => void
    warn?: (...args: any[]) => void