Skip to content

Make getTag() protected #118

@GrahamBorland

Description

@GrahamBorland

There doesn't seem to be a way for a custom Tree implementation to provide its own tag-generating logic. Tree.getTag() is package-visible so can't be overridden by an external Tree. The result is that the tag is always null unless each logging call is preceded by Timber.tag().

Would it be a good (or bad) idea to make Tree.getTag() protected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions