in

DotNetMarche

.NET Framework User Group delle Marche

This Blog

Syndication

ExternalBlogs

Difference in log4net between threshold and evaluator

In log4net configuration you can filter out event by level in almost any appender, since it is supported by the AppenderSkeleton, the base class for every appender. <appender name="GeneralLog" type="log4net.Appender.RollingFileAppender"> <file value="Logs/exception.txt" /> <appendToFile value="true" /> <maximumFileSize value="10000KB" /> <rollingStyle value="Size" /> [...]

Read the complete post at http://feedproxy.google.com/~r/AlkampferEng/~3/8KlqiEUXVYc/

Powered by Community Server (Commercial Edition), by Telligent Systems