protocol CRLog
A protocol for logging implementations that can print (or ignore) a a message logged via the Rust
log
crate.struct CRLogger
A logging backend to install globally, that citeproc-rs will use for all its logging. You can only install a logger once.
class CROSLogger
A logger that uses the Unified Logging system introduced in 2016.
typealias CRLogLevel
.error = 1, .warn, .info, .debug, .trace
: Log severity levels from the Rust log
crate.