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

feat(logger): implement logger #9

Open
stephenlautier opened this issue Mar 19, 2017 · 0 comments
Open

feat(logger): implement logger #9

stephenlautier opened this issue Mar 19, 2017 · 0 comments

Comments

@stephenlautier
Copy link
Member

Implement logger based on au-core logger, however not aurelia specific.

  • strict interface for consistency
  • factory
  • support multiple appenders (e.g. console, remote)
  • multiple log types (e.g. debug, info, warn, error)

nice to have

  • global data (e.g. app version)
  • config per appender + global (e.g. blacklisting for remote only or for all)
  • config
    • blacklistLogs (by source, method or message)
    • verbose/levels
    • focusLogs (by source) (only see logs from specified sources e.g. router, snackbar)
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