Tests if this appender requires a Layout to be set.
In the rather exceptional case, where the appender implementation admits a layout but can also work without it, then the appender should return true
.
This default implementation always returns false
.
AppenderSkeleton Class | log4net.Appender Namespace