Change MemoryAppender member variables to protected
---------------------------------------------------
Key: LOG4NET-74
URL: http:
//issues.apache.org/jira/browse/LOG4NET-74
Project: Log4net
Type: Improvement
Components: Appenders
Versions: 1.2.9
Reporter: Nicko Cadell
Assigned to: Nicko Cadell
Priority: Trivial
The MemoryAppender is designed to hold the log events in an
internal array. The appender can be subclassed, however the
internal list is not available to subclasses.
This appender will be more useful if the members are
protected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atl
assian.com/software/jira
|