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

Injecting different logger is not working #22

Conversation

soundofspace
Copy link
Contributor

@soundofspace soundofspace commented Apr 4, 2024

Base logger is storing, and reusing prototype (for more efficiency?). But is storing the base prototype, instead of the prototype of the current Logger. This means that injecting a logger won't work because it will still be using the logic of the base class.

Fixes: #21

@soundofspace soundofspace force-pushed the issue-21/Injecting-different-logger-is-not-working branch from c658336 to 702a5eb Compare April 4, 2024 14:14
@blakebyrnes blakebyrnes merged commit ff9a5ce into ulixee:main Apr 4, 2024
@blakebyrnes
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

Injecting different logger is not working
2 participants