Ron Grabowski wrote:
> That should be possible. Its the setting I use on most of my applications. Is 
> it not working?

No it isn't. I just checked the source of the 1.2.10 release and
Layout/Pattern/NamedPatternConverter.cs states that:

in Line 125, log4net.Layout.Pattern.NamedPatternConverter.Convert(...)

if (m_precision <= 0)
{
        writer.Write(name);
}
else
{
        ...
}

i.e. a negative precision will not work. Or am I looking in the wrong
place? :-)

Robert

Reply via email to