mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
7 lines
121 B
OCaml
7 lines
121 B
OCaml
(* default: no logging *)
|
|
|
|
let info _ = ()
|
|
let debug _ = ()
|
|
let error _ = ()
|
|
let setup ~debug:_ () = ()
|
|
let dummy = true
|