Boks SDK Documentation - v0.0.11
    Preparing search index...

    Type Alias BoksLogger

    BoksLogger: <K extends keyof BoksLogEvents>(
        level: "info" | "warn" | "error" | "debug",
        event: K,
        context: BoksLogEvents[K],
    ) => void

    Logging function signature for the BoksClient. Ensures the context data matches the event type.

    Type Declaration