package dune-private-libs

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

Log file

module File : sig ... end
val init : ?file:File.t -> unit -> unit

Initialise the log file

val init_disabled : unit -> unit

Initialise this module with a disabled logger, i.e. swallowing error messages.

val info : string -> unit

Print an informative message in the log

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

Print an executed command in the log