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

The method public void addAdditionalField(Field field) is not effectively accessible #39

Open
ilyavy opened this issue Oct 16, 2019 · 0 comments

Comments

@ilyavy
Copy link

ilyavy commented Oct 16, 2019

The method public void addAdditionalField(Field field) in class FluencyLogbackAppender is not effectively accessible due to the fact that the public class Field is declared as inner class in package-private abstract class FluentdAppender.

Probably, it's worth to extract Field class to the separate one so that to make it accessible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants