module Debug:sig
..end
val enable : bool Stdlib.ref
Whether debug messages are enabled.
See Netlog.Debug
for more information.
val enable_ptrace : bool Stdlib.ref
Whether the procedure trace is enabled as debug messages.
The procedure trace outputs for every RPC call and response
a debug message. ptrace_verbosity
says how verbose.
val ptrace_verbosity : Rpc_util.verbosity Stdlib.ref
How verbose the ptrace is. Defaults to `Name_abbrev_args
val disable_for_client : Rpc_client.t -> unit
Disables all log messages for this client (internally used)