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

Abstract out the logging implementation #11

Closed
alphadevx opened this issue Dec 4, 2014 · 1 comment
Closed

Abstract out the logging implementation #11

alphadevx opened this issue Dec 4, 2014 · 1 comment
Milestone

Comments

@alphadevx
Copy link
Owner

Currently in Alpha you can only log to a file. It would be nice to abstract out this interface, allowing us to inject other logging interfaces behind the abstracted interface such as:

  1. Logging to a message queue.
  2. Logging to a database table (SQLite would be sweet here).
@alphadevx alphadevx added this to the 2.0.0 milestone Dec 4, 2014
alphadevx added a commit that referenced this issue Sep 17, 2015
…ogProviderFile which now implements that interface
alphadevx added a commit that referenced this issue Sep 17, 2015
alphadevx added a commit that referenced this issue Sep 17, 2015
@alphadevx
Copy link
Owner Author

Closing for now as the interface and factory are in place, will raise separate tickets for each new provider in the future (for now we just have the log file provider).

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