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

[Vote to make it open-source] Rust logger that sends logs to Dart #348

Closed
fzyzcjy opened this issue Feb 18, 2022 · 2 comments
Closed

[Vote to make it open-source] Rust logger that sends logs to Dart #348

fzyzcjy opened this issue Feb 18, 2022 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@fzyzcjy
Copy link
Owner

fzyzcjy commented Feb 18, 2022

Rust:

info!("hello world");

And you get a class LogEntry {String message; ...} in Dart code, then you can do anything you like. For example:

addLogHandler((entry) => print('Log from Rust: $entry'));

I use it internally in my app in production. If you need it just vote this issue and I will put them here.

(The main difficulty is same as #333 (comment))

@fzyzcjy fzyzcjy added the enhancement New feature or request label Feb 18, 2022
@fzyzcjy fzyzcjy changed the title [Vote to enable it] Rust logger that sends logs to Dart [Vote to make it open-source] Rust logger that sends logs to Dart Feb 18, 2022
@stale
Copy link

stale bot commented Apr 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 19, 2022
@stale stale bot closed this as completed Apr 27, 2022
@github-actions
Copy link
Contributor

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant