package mirage-runtime

  1. Overview
  2. Docs
On This Page
  1. Log thresholds
Legend:
Library
Module
Module type
Parameter
Class
Class type

Mirage run-time utilities.

Release 3.0.7

Log thresholds

type log_threshold = [ `All | `Src of string ] * Logs.level

The type for log threshold.

val set_level : default:Logs.level -> log_threshold list -> unit

set_level ~default l set the log levels needed to have all of the log sources appearing in l be used.

module Arg : sig ... end
include module type of Functoria_runtime with module Arg := Arg
module Key : sig ... end
val with_argv : unit Cmdliner.Term.t list -> string -> string array -> unit
OCaml

Innovation. Community. Security.