@scolastico-dev/walu
    Preparing search index...

    Variable loggerConst

    logger: {
        error: (message: string, ...args: any[]) => Promise<void>;
        info: (message: string, ...args: any[]) => Promise<void>;
        warn: (message: string, ...args: any[]) => Promise<void>;
    } = ...

    WALU logger with configurable log levels

    Type Declaration

    • error: (message: string, ...args: any[]) => Promise<void>

      Logs an error message

    • info: (message: string, ...args: any[]) => Promise<void>

      Logs an info message

    • warn: (message: string, ...args: any[]) => Promise<void>

      Logs a warning message