You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Esteban Kemp <ek...@inf.uach.cl> on 2005/04/08 19:03:52 UTC

Problem with Loggers, I'm wrong?

<logger name="TitAlu.Main">
  <level value="DEBUG"/>
  <appender-ref ref="Email" />
 </logger>

 <logger name="wf_ci.Base.WfBase">
  <level value="INFO" />
  <appender-ref ref="LogFile"/>
 </logger>

I have this In may config file..

And I getting in my email all INFO log from wf_ci.Base.WfBase..

In my TitAlu.Main I call to wf_ci.Base.WfBase, but why I get the INFO log in my emal, It supouse to be in a file...(I gettint in both file and email)



Why??