Expand description
Compatibility reexports of tectonic_status_base types
Modules§
- plain
- A basic status-reporting backend that prints messages via stdio.
- termcolor
- Status backend that emits colorized errors to the terminal.
Structs§
- Noop
Status Backend - A status backend that does nothing at all. Messages sent to it disappear entirely.
Enums§
- Chatter
Level - A setting regarding which messages to display.
- Message
Kind - A kind of status message.
Traits§
- Status
Backend - A trait for accepting status messages.