Skip to main content

Module log

Module log 

Source
Expand description

Backend-agnostic logging facade.

Structs§

Logger
A handle for writing messages to a specific log backend.

Enums§

LogBackend
Available logging backends.
LogLevel
Log severity levels.

Functions§

log
Write a message using the platform default logger.
log_write
Legacy alias for log.

Type Aliases§

LogPriority
Legacy alias for LogLevel.