tiny_httpd/src/Tiny_httpd_log.default.ml
2024-01-23 23:32:21 -05:00

7 lines
121 B
OCaml

(* default: no logging *)
let info _ = ()
let debug _ = ()
let error _ = ()
let setup ~debug:_ () = ()
let dummy = true