Tiny_httpd_core.LogLogging for tiny_httpd
val info :
((('a, Stdlib.Format.formatter, unit, unit) format4 -> 'a) -> unit) ->
unitval debug :
((('a, Stdlib.Format.formatter, unit, unit) format4 -> 'a) -> unit) ->
unitval error :
((('a, Stdlib.Format.formatter, unit, unit) format4 -> 'a) -> unit) ->
unitSetup and enable logging. This should only ever be used in executables, not libraries.