HotDocs JavaScript API
    Preparing search index...

    Type Alias LoggingCallback

    LoggingCallback: (
        level: "Error" | "Info",
        message: string,
        properties?: any,
    ) => void

    Type Declaration

      • (level: "Error" | "Info", message: string, properties?: any): void
      • Parameters

        • level: "Error" | "Info"
        • message: string
        • Optionalproperties: any

        Returns void