-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Milestone
Description
Hi,
static method addLogListener
is shared between multiple instance of Logger in different packages, which causes the caught exception in main package still being reported because the other package is logging the exception as error.
as you see in my main app I have caught the exception, but the SpotifySDK (third party package) reporting the exception as error and collides with my logger extension! and cause unwanted logging errors!
Is it possible to make it instance method?
bawahakim
Metadata
Metadata
Assignees
Labels
No labels