Module tectonic::status[][src]

Expand description

Compatibility reexports of tectonic_status_base types

Modules

plain

A basic status-reporting backend that prints messages via stdio.

termcolor

Structs

NoopStatusBackend

A status backend that does nothing at all. Messages sent to it disappear entirely.

Enums

ChatterLevel

A setting regarding which messages to display.

MessageKind

A kind of status message.

Traits

StatusBackend

A trait for accepting status messages.