package logs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=86f4a02807eb1a297aae44977d9f61e419c31458a5d7b23c6f55575e8e69d5ca
md5=2bf021ca13331775e33cf34ab60246f7
doc/logs.fmt/Logs_fmt/index.html
Module Logs_fmt
Format colorful reporter for Logs.
v0.7.0 - homepage
Reporter
val reporter :
?pp_header:(Logs.level * string option) Fmt.t ->
?app:Format.formatter ->
?dst:Format.formatter ->
unit ->
Logs.reporterreporter is like Logs.format_reporter except ANSI colors may be used in message header rendering if the formatters are configured to do so; see Fmt.set_style_renderer and Fmt_tty.
Consult a full command line setup example.
Colored message headers
val app_style : Fmt.styleapp_style is the style used to render headers at app level.
val err_style : Fmt.styleerr_style is the style used to render headers at error level.
val warn_style : Fmt.stylewarn_style is the style used to render headers at warning level.
val info_style : Fmt.styleinfo_style is the style used to render headers at info level.
val debug_style : Fmt.styledebug_style is the style used to render headers at debug level.
val pp_header : (Logs.level * string option) Fmt.tpp_header is like Logs.pp_header but may use ANSI colors if the formatter is configured to do so, see Fmt.set_style_renderer and Fmt_tty.