Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Logging
provides a type definition for logging options
type log_opts = {
log_conns : bool;
Whether to log individual tunnels, both connecting and disconnecting; this can get quite noisy.
*)log_async_exn : bool;
Whether to log asynchronous exceptions.
*)log_plugged_inout : bool;
Whether to log when devices are plugged in or out.
*)log_everything_else : bool;
Whether to log all other events.
*)}
Logging options