You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
Thanks @danaki that's a good idea. I have to think how to add that change without breaking backward compatibility. I think we could add an ApiContext->setLogger(LoggerInterface ...)method to add an extra logger. That logger could be called in all places where we currently use BlockCypherLoggingManager. We can not totally replace that one becuase I think it's very useful to have a out-of-the-box logger without defining you own logger. We should also implement LoggerInterface in BlockCypherLoggingManager.
Anyway I do not have too much free time to do it rigth now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please log using standard PSR-3, instead of error_log, thus a logger can be injected into objects.
The text was updated successfully, but these errors were encountered: