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