Dune_util.LogLog file
module File : sig ... endval init : ?file:File.t -> unit -> unitInitialise the log file
Initialise this module with a disabled logger, i.e. swallowing error messages.
val info_user_message : Stdune.User_message.t -> unitPrint an informative message in the log
val info : Stdune.User_message.Style.t Stdune.Pp.t list -> unitinfo paragraphs is a short-hand for:
info_user_message (User_message.make paragraphs) Print an executed command in the log
val verbose : bool refWhether we are running in verbose mode