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
The api for LogcatLogger lends itself to doing so via a delegation like pattern. You'll have to basically come up with a parent CompositeLogger that then delegates the logging calls to individual loggers provided into the parent logger.
I have a basic implementation of this here (if you're curious for code).
As mentioned in issue #24 though, concurrency can be a problem.
Is there a way to integrate it with Analytics tools?
The text was updated successfully, but these errors were encountered: