package dtools

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = < active : int -> bool ; f : 'a. int -> ('a, unit, string, unit) Pervasives.format4 -> 'a >
type custom_log = {
  1. timestamp : bool;
  2. exec : string -> unit;
}
val add_custom_log : string -> custom_log -> unit
val rm_custom_log : string -> unit
val make : Conf.path -> t
val start : Init.t
val stop : Init.t
val conf : Conf.ut
val conf_level : int Conf.t
val conf_unix_timestamps : bool Conf.t
val conf_stdout : bool Conf.t
val conf_file : bool Conf.t
val conf_file_path : string Conf.t
val conf_file_append : bool Conf.t
val conf_file_perms : int Conf.t
val args : (string list * Arg.spec * string) list