@karmaniverous/hook-form-semantic
    Preparing search index...

    Type Alias Logger

    Logger: Pick<Console, "debug" | "log" | "warn" | "error">

    Minimal logging interface accepted by components and hooks for optional diagnostics.

    Pass console or a custom logger that implements the standard Console methods. Typical usage:

    • debug: verbose diagnostic messages useful during development and tests
    • log: general informational messages
    • warn: non-fatal issues worth highlighting
    • error: errors and assertions