Type Alias LogKind

LogKind:
    | "info"
    | "debug"
    | "error"
    | "warn"