You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2005/08/01 13:16:51 UTC

DO NOT REPLY [Bug 35430] - Exception during Joran-Configuration

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35430>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35430





------- Additional Comments From 8625330@web.de  2005-08-01 13:16 -------
org.apache.log4j.joran.action.ConfigurationAction
org.apache.log4j.joran.action.Action
org.apache.log4j.spi.ComponentBase

"If you create a new package and inherit from a class in another package, the
only members you have access to are the public members of the original package.
(Of course, if you perform the inheritance in the same package, you can
manipulate all the members that have package access) Sometimes the creator of
the base class would like to take a particular member and grant access to
derived classes but not the world in general. That�s what protected does.
protected also gives package access�that is, other classes in the same package
may access protected elements." Thinking in Java 3rd ed

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org