Expand description
A framework for showing status messages to the user.
A lot of the functionality here could be replaced by generic logging frameworks, but we do have some extra hooks to help support a nice user experience for the Tectonic CLI tool.
Modules§
- plain
- A basic status-reporting backend that prints messages via stdio.
Macros§
- tt_
error - Report a formatted error message to the user.
- tt_note
- Report a formatted informational message to the user.
- tt_
warning - Report a formatted warning message to the user.
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.