A class for handling logs for your harperDB instance.

Hierarchy

  • HarpeeHttp

    Hierarchy

    • HarpeeLogger

Constructors

Properties

_schemaConfig: IHarpeeSchemaConfig

Methods

  • Returns job status, metrics and messages for the specified job ID.

    Type Parameters

    Type Parameters

    • T = object[]

    Parameters

    • options: { id: string }
      • id: string

        the id of the job you wish to view

    Returns Promise<IHarpeeResponse<T>>

  • Type Parameters

    Type Parameters

    • T = object[]

    Parameters

    Returns Promise<void>