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

Create an ILogger interface using TinyDocDB? #1

Open
ghost opened this issue Mar 21, 2017 · 2 comments
Open

Create an ILogger interface using TinyDocDB? #1

ghost opened this issue Mar 21, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 21, 2017

What do you think about creating an ILogger interface for TinyDocDB and using it as an application logging tool?

I think the difficult part may be:

  1. Log entry verification and transient failure retries
  2. Flush operation - I assume there wouldn't be a flush queue, messages would be written at the time they are created?
@ghost
Copy link
Author

ghost commented Mar 21, 2017

Sorry, I just realized the SeriLogger has a DocumentDB sink, but I don't know if it uses the REST API, but it would functionally be the same thing, right?

@Aionsphere
Copy link
Owner

I think it's a great idea actually, even if SeriLogger does have a sink for DocumentDB, there is no reason we couldn't add an ILogger interface on TinyDocDB for this purpose, do you want to contribute?

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

1 participant