module Debug:sig
..end
typedebug_target =
[ `Any | `Process of int | `Thread of int ]
val enable : bool Stdlib.ref
Enable Netlog
debugging
val set_debug_mode : bool -> unit
Sets enable
.
val set_debug_target : debug_target -> unit
Restricts debugging to this target.