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

Kit::Log #89

Open
nathan-appere opened this issue Oct 21, 2020 · 0 comments
Open

Kit::Log #89

nathan-appere opened this issue Oct 21, 2020 · 0 comments

Comments

@nathan-appere
Copy link
Member

nathan-appere commented Oct 21, 2020

Abstract

Add a logging solution that allows tagging per domain + adding extra tags (ex: "task" from a rake task)

This would allow for a unified behaviors between various "debug" strings in modules.

The silencers behaviors would be configured through Kit::Config.

Concepts

  • Msg + Tags: the message + some tags for context. (We might want more context or think about extensibility like Organizers?)
  • Wrapper: per app / lib wrapper for app specific setup.
  • Backend: (output, persistence) handling.

References

@nathan-appere nathan-appere added this to the v0.1.0 milestone Oct 21, 2020
@nathan-appere nathan-appere changed the title Kit::Logger Kit::Log Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant