These are identical: <param name="reconnectonerror" value="true" /> <reconnectonerror value="true" />
The param syntax was introduced first(?) and is more common in older releases of log4net. --- Rama Ramakrishnan <[EMAIL PROTECTED]> wrote: > Log4net Users: > > > > Can anyone clarify the exact syntax for the Appender for the > attribute > "Reconnectonerror". The two syntaxes that I see are ... > > > > 1. > > <param name="reconnectonerror" value="true" /> > > > > 2. > > <reconnectonerror value="true" /> > > > > > > Thanks > > Rama K. > > > >
