geometra/src/main.ml

6 lines
101 B
OCaml

include (val Ohlog.logs "Gm")
let () =
Ohlog.init () ~min_level:TRACE;
info (fun m -> m "init")