package dune-configurator

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Log file

type t
val no_log : t
val create : ?display:Console.Display.t -> ?path:Path.t -> unit -> t
val info : t -> string -> unit

Print an information message in the log

val infof : t -> ('a, Format.formatter, unit, unit) Pervasives.format4 -> 'a
val command : t -> command_line:string -> output:string -> exit_status:Unix.process_status -> unit

Print an executed command in the log

OCaml

Innovation. Community. Security.