Module Codex_log.Tracelog_Instance
val error : 'a Tracelog.log -> unitPrinting from most to least important. info and debug levels are not printed by default.
val warning : 'a Tracelog.log -> unitval notice : 'a Tracelog.log -> unitval info : 'a Tracelog.log -> unitval debug : 'a Tracelog.log -> unitval fatal : 'a Tracelog.log -> 'bClassic error messages. Fatal will raise the Fatal exception.
val not_yet_implemented : 'a Tracelog.log -> unitval trace :
'a Tracelog.log ->
?loc:Tracelog.location ->
?bintrace:'c Syntax_tree.Location_identifier.t ->
?pp_ret:(Stdlib.Format.formatter -> 'b -> unit) ->
(unit -> 'b) ->
'btrace log pp_ret f first display log, then executes f and prints its return value using pp_ret.