Module logger

Source
Expand description

Logging-related objects.

Structs§

LogRecordNon-uniffi
A unit of logging output with metadata to enable filtering module_path, file, and line to inform on log’s source.

Enums§

LogLevel
An enum representing the available verbosity levels of the logger.

Traits§

LogWriterNon-uniffi
Defines the behavior required for writing log records.