OCaml: Add separate logging channels and a dedicated 'command' type
This commit is contained in:
parent
fab7e2425a
commit
ac3dbe4d30
9 changed files with 72 additions and 36 deletions
1
ocaml/lib/utilities/log.ml
Normal file
1
ocaml/lib/utilities/log.ml
Normal file
|
|
@ -0,0 +1 @@
|
|||
let elog message = prerr_endline @@ " [log] " ^ message
|
||||
Loading…
Add table
Add a link
Reference in a new issue