Module Note_brr.ConsolerSource

Support for logging Note events and signals.

tick formats "tick" on any value.

Sourceval 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.

Sourcemodule E : sig ... end

Logging events.

Sourcemodule S : sig ... end

Logging signal changes.