Skip to content

Conversation

@mirzemehdi
Copy link

When creating wrapper class which uses Timber logging internally, tag name will be wrapper class name by default. When creating DebugTree, customIgnoredClassNameList can be overrided which makes it possible to add wrapper class name to customIgnoredClassNameList, so tag name will be more clear, making it possible to see where logging is actually called.

val debugTree=object :Timber.DebugTree(){
      override val customIgnoredClassNameList: List<String>
        get() = listOf(LoggerFacade::class.java.name)
    }

@dyguests
Copy link

@michael-paystack
Copy link

I'll give anything to see this merged and released.

@Buusis

This comment has been minimized.

@Buusis

This comment has been minimized.

@Buusis

This comment has been minimized.

@dlema861010110

This comment has been minimized.

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.

5 participants