Brr_note.Consoler
Support for logging Note events and signals.
val tick : 'a Brr.Console.msgr
tick
formats "tick"
on any value.
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
.
module E : sig ... end
Logging events.
module S : sig ... end
Logging signal changes.