Skip to content

addLogListener should be instance method #83

@haashem

Description

@haashem

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?

Screenshot 2024-08-21 at 20 25 26

Screenshot 2024-08-21 at 20 25 49

Screenshot 2024-08-21 at 20 27 21

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions