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

Is it possible to create a child of instance? #599

Closed
mlshvdv opened this issue Sep 10, 2018 · 1 comment
Closed

Is it possible to create a child of instance? #599

mlshvdv opened this issue Sep 10, 2018 · 1 comment
Assignees
Labels
feature This proposes or provides a feature or enhancement

Comments

@mlshvdv
Copy link

mlshvdv commented Sep 10, 2018

E.g.:

const logger1 = debug('App');

const logger2 = logger1.child('Core'); // [App.Core] namespace is created
@Qix-
Copy link
Member

Qix- commented Sep 11, 2018

Yes, #524 does this. I don't have access to release new versions and no response from the maintainers that do, so this will be a little bit before it lands.

@Qix- Qix- self-assigned this Sep 11, 2018
@Qix- Qix- added the feature This proposes or provides a feature or enhancement label Sep 11, 2018
@Qix- Qix- closed this as completed Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This proposes or provides a feature or enhancement
Development

No branches or pull requests

2 participants