Module 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
isx
but logsx
withl
(defaults toBrr.Console.debug
) formatted byv
(defaultsBrr.Console.msg
) and prepended byid
.
module E : sig ... end
Logging events.
module S : sig ... end
Logging signal changes.