Protocol

CRLog

A protocol for logging implementations that can print (or ignore) a a message logged via the Rust log crate.

Declaration

protocol CRLog

Overview

The simplest non-trivial implementation would be to simply print(level, module_path, message).

Topics

Instance Methods

Relationships

Conforming Types

See Also

Logging