Expand description
Callback constructors for formatting captured log events.
Helpers append HTML or Markdown lines to a shared formatter. A generic constructor accepts compatible formatting functions.
Functionsยง
- call ๐
- fmt
- Builds a capture callback around a compatible formatting function.
- fmt_
html - Builds a capture callback that appends HTML log lines.
- fmt_
markdown - Builds a capture callback that appends Markdown log lines.