Skip to content
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

Introduce installation concept for StreamLog and AndroidStreamLogger #5

Merged
merged 20 commits into from
Dec 2, 2022

Conversation

skydoves
Copy link
Member

@skydoves skydoves commented Dec 2, 2022

🎯 Goal

Introduce installation concepts for StreamLog and AndroidStreamLogger.

We can install a new logger, which is more concise and thread-safe.

For Android, we can achieve the implementation below:

class App: Application() {

    override fun onCreate() {
        super.onCreate()

        // install the AndroidStreamLogger if the application is debuggable.
        AndroidStreamLogger.installOnDebuggableApp(this)
    }
}

@skydoves skydoves self-assigned this Dec 2, 2022
@JcMinarro JcMinarro merged commit 3339b10 into develop Dec 2, 2022
@JcMinarro JcMinarro deleted the feature/stream-android-install branch December 2, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants