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
Let's discuss here about possible features for a v4.
Implement the interceptor pattern so the lib is more extensible.
const logger = logdown('foo;) const silenceLorem = ({ instance, methodName, args }) => { if (args[0] === 'lorem') return return { instance, methodName, args } } logger.log('lorem') // prints 'lorem' looger.interceptors.inject(silenceLorem) logger.log('lorem') // doesnt print 'lorem' logger.interceptors.eject(silenceLorem) logger.log('lorem') // prints 'lorem'
transports
We could use interceptors which is a more generic API.
interceptors
I'm now on board of the TS hype train.
It's finally time.
The text was updated successfully, but these errors were encountered:
This library is really concise & does its work very, so I though I'll share my thoughts I had for this topic,
Will be willing to contribute, if needed.
Thanks
Sorry, something went wrong.
No branches or pull requests
Let's discuss here about possible features for a v4.
Interceptors
Implement the interceptor pattern so the lib is more extensible.
Deprecate
transports
We could use
interceptors
which is a more generic API.TypeScript
I'm now on board of the TS hype train.
Drop IE11 support
It's finally time.
The text was updated successfully, but these errors were encountered: