Note_brr.Consoler
Support for logging Note events and signals.
val tick : 'a Brr.Console.msgr
tick formats "tick" on any value.
tick
"tick"
val log_value : ?l:Brr.Console.log -> ?v:'a Brr.Console.msgr -> string -> 'a -> 'a
log_value ~l ~v id x is x but logs x with l (defaults to Brr.Console.debug) formatted by v (defaults Brr.Console.msg) and prepended by id.
log_value ~l ~v id x
x
l
Brr
v
id
module E : sig ... end
Logging events.
module S : sig ... end
Logging signal changes.