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

Make it possible to log asynchronously #70

Open
erik-kallen opened this issue Nov 2, 2017 · 1 comment
Open

Make it possible to log asynchronously #70

erik-kallen opened this issue Nov 2, 2017 · 1 comment

Comments

@erik-kallen
Copy link

erik-kallen commented Nov 2, 2017

I think it would be a nice feature if it were possible to specify that the actual should take place on a background thread.

If you like the feature, I can probably do it myself and create a PR.

@rupeshprasad
Copy link

i see it as a advantage. I am running into a weird issue with web application. Somehow it sends the log to blob or table after some time. It is not instant like file system where it logs right away. I think it is waiting for all thread to run before it can send the batch to table or process all events to blob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants