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