log.ml
tiny_httpd
tiny_httpd.core
tiny_httpd.html
tiny_httpd.prometheus
tiny_httpd.unix
tiny_httpd.ws
1 2 3 4 5 6 7 8 # 1 "src/core/log.default.ml" (* default: no logging *) let info _ = () let debug _ = () let error _ = () let setup ~debug:_ () = () let dummy = true
1 2 3 4 5 6 7 8
# 1 "src/core/log.default.ml" (* default: no logging *) let info _ = () let debug _ = () let error _ = () let setup ~debug:_ () = () let dummy = true