Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8180A1082F for ; Mon, 2 Sep 2013 17:52:53 +0000 (UTC) Received: (qmail 67239 invoked by uid 500); 2 Sep 2013 17:52:53 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 67218 invoked by uid 500); 2 Sep 2013 17:52:52 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 67210 invoked by uid 99); 2 Sep 2013 17:52:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2013 17:52:52 +0000 Date: Mon, 2 Sep 2013 17:52:52 +0000 (UTC) From: =?utf-8?Q?Carlos_Mu=C3=B1oz_Rodriguez_=28JIRA=29?= To: log4net-dev@logging.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LOG4NET-390) ReadOnlyAppenderCollection.ToArray returns empty array MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4NET-390?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Mu=C3=B1oz Rodriguez updated LOG4NET-390: ------------------------------------------- Labels: easyfix (was: easyfix patch) =20 > ReadOnlyAppenderCollection.ToArray returns empty array > ------------------------------------------------------ > > Key: LOG4NET-390 > URL: https://issues.apache.org/jira/browse/LOG4NET-390 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.9, 1.2.10, 1.2.11, 1.2.12 > Reporter: Carlos Mu=C3=B1oz Rodriguez > Priority: Minor > Labels: easyfix > > log4net.Appender.AppenderCollection.ReadOnlyAppenderCollection does not o= verride ToArray(). > As a consequence ToArray calls returns always empty arrays. > Fix: > public override IAppender[] ToArray() > { > return m_collection.ToArray(); > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira