@conciergus/chat - v0.3.1
    Preparing search index...

    Interface PluginLogger

    Plugin logger interface

    interface PluginLogger {
        debug: (message: string, ...args: any[]) => void;
        info: (message: string, ...args: any[]) => void;
        warn: (message: string, ...args: any[]) => void;
        error: (message: string, ...args: any[]) => void;
        trace: (message: string, ...args: any[]) => void;
    }

    Implemented by

    Index

    Properties

    debug: (message: string, ...args: any[]) => void
    info: (message: string, ...args: any[]) => void
    warn: (message: string, ...args: any[]) => void
    error: (message: string, ...args: any[]) => void
    trace: (message: string, ...args: any[]) => void