Up – Package index » merlin-lib » Library merlin-lib.utils » Merlin_utils » Loggermerlin-lib CHANGES README Library merlin-lib.analysis Library merlin-lib.commands Library merlin-lib.config Library merlin-lib.dot_protocol Library merlin-lib.extend Library merlin-lib.kernel Library merlin-lib.ocaml_compression Library merlin-lib.ocaml_merlin_specific Library merlin-lib.ocaml_parsing Library merlin-lib.ocaml_preprocess Library merlin-lib.ocaml_typing Library merlin-lib.ocaml_utils Library merlin-lib.os_ipc Library merlin-lib.query_commands Library merlin-lib.query_protocol Library merlin-lib.sherlodoc Library merlin-lib.utils Sources Source val log :
section :string ->
title :string ->
('b , unit, string, unit) format4 ->
'b Source val exn : unit -> exn -> stringSource val log_flush : unit -> unitSource type notification = { section : string; msg : string; } Source val notify : section :string -> ('b , unit, string, unit) format4 -> 'b Source val with_log_file :
string option ->
?sections :string list ->
(unit -> 'a ) ->
'a Source type 'a printf = title :string -> ('a , unit, string, unit) format4 -> 'a