Sihl.LogSourceUse Log to set up a logger for your Sihl app. This module can not be used to actually log, use Logs for that.
val format_reporter :
?pp_header:
(Logs.src -> Format.formatter -> (Logs.level * string option) -> unit) ->
?app:Format.formatter ->
?dst:Format.formatter ->
unit ->
Logs.reporterval cli_reporter :
?pp_header:
(Logs.src -> Format.formatter -> (Logs.level * string option) -> unit) ->
?app:Format.formatter ->
?dst:Format.formatter ->
unit ->
Logs.reporter