Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
< active : int -> bool
; path : Conf.path
; f : 'a. int -> ('a, unit, string, unit) format4 -> 'a
; g :
'a. ?colorize:(entry -> entry) ->
int ->
('a, unit, string, unit) format4 ->
'a >
Type for loggers.
val add_custom_log : string -> custom_log -> unit
Add a custom logging functions.
val start : Init.t
An atom that starts the logging.
val stop : Init.t
An atom that stops the logging.
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
A set of command line options to be used with the Arg module.