Arize Phoenix TS
    Preparing search index...
    type Logger = {
        debug: (message: string) => void;
        error: (message: string) => void;
        info: (message: string) => void;
        log: (message: string) => void;
        table: (data: unknown) => void;
        warn: (message: string) => void;
    }
    Index

    Properties

    debug: (message: string) => void
    error: (message: string) => void
    info: (message: string) => void
    log: (message: string) => void
    table: (data: unknown) => void
    warn: (message: string) => void