The method public void addAdditionalField(Field field)
is not effectively accessible
#39
Labels
public void addAdditionalField(Field field)
is not effectively accessible
#39
The method
public void addAdditionalField(Field field)
in classFluencyLogbackAppender
is not effectively accessible due to the fact that the public classField
is declared as inner class in package-private abstract classFluentdAppender
.Probably, it's worth to extract
Field
class to the separate one so that to make it accessible.The text was updated successfully, but these errors were encountered: