Type Alias ActionheroLogLevel

ActionheroLogLevel:
    | "emerg"
    | "alert"
    | "crit"
    | "error"
    | "warning"
    | "notice"
    | "info"
    | "debug"