-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Feature/custom logger #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot introduce any breaking change. Can we recover setLevel?
backtrace-library/src/main/java/backtraceio/library/logger/BacktraceLogger.java
Show resolved
Hide resolved
backtrace-library/src/main/java/backtraceio/library/logger/BacktraceLogLogger.java
Outdated
Show resolved
Hide resolved
backtrace-library/src/main/java/backtraceio/library/logger/BacktraceLogger.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding one more important suggestion to the pull request. Lets resolve this conversation and I'm ready to accept the PR
Summary
This PR introduces support for replacing the internal logger of the Backtrace Android SDK with a custom implementation. This allows developers to integrate their own logging systems for better control and consistency.
Key Changes
Benefits