Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tracing logging export callback #1

Closed
qdot opened this issue Aug 9, 2020 · 3 comments
Closed

Add tracing logging export callback #1

qdot opened this issue Aug 9, 2020 · 3 comments
Labels
Core FFI FFI Layer that sits on top of Rust enhancement New feature or request

Comments

@qdot
Copy link
Member

qdot commented Aug 9, 2020

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 qdot added the enhancement New feature or request label Aug 9, 2020
@qdot qdot added the Core FFI FFI Layer that sits on top of Rust label Aug 16, 2020
@qdot
Copy link
Member Author

qdot commented Oct 26, 2020

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

@qdot qdot closed this as completed Oct 26, 2020
@qdot
Copy link
Member Author

qdot commented Oct 26, 2020

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

@qdot qdot reopened this Oct 26, 2020
@qdot
Copy link
Member Author

qdot commented Oct 26, 2020

Followup filed in #23, closing for now.

@qdot qdot closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core FFI FFI Layer that sits on top of Rust enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant