buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
88 stars 22 forks source link

Add tracing logging export callback #1

Closed qdot closed 3 years ago

qdot commented 4 years ago

Add ability to register a callback whenever tracing emits a message. This should add an extra layer to the tracing registry to run callback per log message (with level).

qdot commented 3 years ago

Done at FFI, for WASM I'll just let tracing_wasm take care of it.

qdot commented 3 years ago

Oops, need to set up level setting for WASM at least.

qdot commented 3 years ago

Followup filed in #23, closing for now.