Expand description

A database-backed logger for use with the [log crate][log-crate-url].

Modules

Implementation of the database abstraction using PostgreSQL.

Implementation of the database abstraction using SQLite.

Structs

Opaque type representing a connection to the logging database.

An opaque handler to maintain the logger’s backing task alive.

Functions

Configures the global logger to use a new instance backed by the database connection db.