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 "Chris Dolan (JIRA)" <ji...@apache.org> on 2011/07/28 15:43:09 UTC

[jira] [Created] (LOG4NET-297) AppenderSkeleton.RequiresLayout docs and implementation don't match

AppenderSkeleton.RequiresLayout docs and implementation don't match
-------------------------------------------------------------------

                 Key: LOG4NET-297
                 URL: https://issues.apache.org/jira/browse/LOG4NET-297
             Project: Log4net
          Issue Type: Bug
          Components: Appenders
    Affects Versions: 1.2.10
            Reporter: Chris Dolan
            Priority: Minor


In AppenderSkeleton.cs:

		/// <para>
		/// This default implementation always returns <c>true</c>.
		/// </para>
		virtual protected bool RequiresLayout
		{
			get { return false; }
		}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (LOG4NET-297) AppenderSkeleton.RequiresLayout docs and implementation don't match

Posted by "Stefan Bodewig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4NET-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig updated LOG4NET-297:
-----------------------------------

      Component/s:     (was: Appenders)
                   Documentation
    Fix Version/s: 1.2.11

> AppenderSkeleton.RequiresLayout docs and implementation don't match
> -------------------------------------------------------------------
>
>                 Key: LOG4NET-297
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-297
>             Project: Log4net
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.2.10
>            Reporter: Chris Dolan
>            Priority: Minor
>             Fix For: 1.2.11
>
>
> In AppenderSkeleton.cs:
> 		/// <para>
> 		/// This default implementation always returns <c>true</c>.
> 		/// </para>
> 		virtual protected bool RequiresLayout
> 		{
> 			get { return false; }
> 		}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (LOG4NET-297) AppenderSkeleton.RequiresLayout docs and implementation don't match

Posted by "Stefan Bodewig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4NET-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig resolved LOG4NET-297.
------------------------------------

    Resolution: Fixed

fixed with svn revision 1166545, will become visible on the website once we release 1.2.11

> AppenderSkeleton.RequiresLayout docs and implementation don't match
> -------------------------------------------------------------------
>
>                 Key: LOG4NET-297
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-297
>             Project: Log4net
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.2.10
>            Reporter: Chris Dolan
>            Priority: Minor
>             Fix For: 1.2.11
>
>
> In AppenderSkeleton.cs:
> 		/// <para>
> 		/// This default implementation always returns <c>true</c>.
> 		/// </para>
> 		virtual protected bool RequiresLayout
> 		{
> 			get { return false; }
> 		}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira