Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    interface Logger {
        debug(
            options: {
                currentRequestInfo?: LogCurrentRequest;
                userVisible?: boolean;
            },
            from: string,
            ...args: unknown[],
        ): void;
        debug(from: string, ...args: unknown[]): void;
        error(
            options: {
                currentRequestInfo?: LogCurrentRequest;
                userVisible?: boolean;
            },
            from: string,
            ...args: unknown[],
        ): void;
        error(from: string, ...args: unknown[]): void;
        info(
            options: {
                currentRequestInfo?: LogCurrentRequest;
                userVisible?: boolean;
            },
            from: string,
            ...args: unknown[],
        ): void;
        info(from: string, ...args: unknown[]): void;
        log(
            options: {
                currentRequestInfo?: LogCurrentRequest;
                userVisible?: boolean;
            },
            from: string,
            ...args: unknown[],
        ): void;
        log(from: string, ...args: unknown[]): void;
        warn(
            options: {
                currentRequestInfo?: LogCurrentRequest;
                userVisible?: boolean;
            },
            from: string,
            ...args: unknown[],
        ): void;
        warn(from: string, ...args: unknown[]): void;
    }

    Implemented by

    Index

    Methods

    • Parameters

      • options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • options: { currentRequestInfo?: LogCurrentRequest; userVisible?: boolean }
      • from: string
      • ...args: unknown[]

      Returns void

    • Parameters

      • from: string
      • ...args: unknown[]

      Returns void