You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Nicko Cadell (JIRA)" <ji...@apache.org> on 2006/03/28 01:26:18 UTC

[jira] Created: (LOG4NET-74) Change MemoryAppender member variables to protected

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.atlassian.com/software/jira


[jira] Resolved: (LOG4NET-74) Change MemoryAppender member variables to protected

Posted by "Nicko Cadell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LOG4NET-74?page=all ]
     
Nicko Cadell resolved LOG4NET-74:
---------------------------------

    Fix Version: 1.2.10
     Resolution: Fixed

> 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
>     Assignee: Nicko Cadell
>     Priority: Trivial
>      Fix For: 1.2.10

>
> 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.atlassian.com/software/jira