We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any logger should be able to be passed into the prism createInstance as long as it has matching log levels
createInstance
Our current logger implementation is not generic and specifically requires a pino logger instance.
A user should be able to provide any logger, as long as it has the log levels needed by prism.
Create a logger contract in this library
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Any logger should be able to be passed into the prism
createInstance
as long as it has matching log levelsCurrent Behavior
Our current logger implementation is not generic and specifically requires a pino logger instance.
Expected Behavior
A user should be able to provide any logger, as long as it has the log levels needed by prism.
Possible Solution(s)
Create a logger contract in this library
The text was updated successfully, but these errors were encountered: