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(schematics) logger generation schematic #111

Open
2 tasks
NachoVazquez opened this issue Mar 11, 2022 · 0 comments
Open
2 tasks

feat(schematics) logger generation schematic #111

NachoVazquez opened this issue Mar 11, 2022 · 0 comments
Labels
lumberjack Applies to issues of the Lumberjack project.

Comments

@NachoVazquez
Copy link
Contributor

NachoVazquez commented Mar 11, 2022

The Problem

Custom Loggers are the recommended way of creating logs with Lumberjack, however creating custom Loggers requires a bit of boilerplate.

The Goal

Create schematics generators to create the Custom Loggers boilerplate for us.

Tasks

  • Generate logger extending LumberjackLogger
  • Generate logger extending ScopedLumberjackLogger (--scope=<scope-property-value>)
@NachoVazquez NachoVazquez added the lumberjack Applies to issues of the Lumberjack project. label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lumberjack Applies to issues of the Lumberjack project.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant