You should use <log4net debug="true">...</log4net> in your config
file. The debug messages will print to console. Log4net is written to
be non failing so a failure in log4net will not fail your program - it
will silently be suppressed.
Sincerely,
Denis Abramov
Feb 8, 2010, в 5:34 AM, Antonio De Simone <[email protected]> написал
(а):
I try to use your log4net dll version 1.2.10.0 and I insert the
incorrect parameters in the. config app, log4net not raise any
exception
Es.
<appender name="EmailLogAppender"
type="log4net.Appender.SmtpAppender">
<to value="" />
<from value="" />
<subject value="" />
<smtpHost value="" />
<bufferSize value="512" />
<lossy value="true" />
<evaluator type="log4net.Core.LevelEvaluator">
<threshold value="WARN"/>
</evaluator>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%newline%date [%thread] %-5level
%logger [%property] - %message%newline%newline%newline" />
</layout>
</appender>
why don't your log4net raise any exception ?
I await your news !
Thanks !