Module gravel_ffi::logging

source ·
Expand description

Plumbing for using the log crate across FFI-boundaries.

By setting up a chain from ForwardLogger => LogTarget => Log, a dynamically loaded library can effectively log to the calling library’s logging implementation.

§Usage

Note: The max logging level is only set once, when the ForwardLogger is registered.

Modules§

Structs§

Traits§

Type Aliases§