Hello,

Is there a way to set custom log levels via configuration?

Is there a way to change existing log levels via configuration?

At the end of this post 
http://stackoverflow.com/questions/538095/how-do-i-filter-on-a-custom-level-in-log4net
 I see someone had said:


"You will need to add


<level>
  <name value="AUDIT" />
  <value value="35000" />
</level>

in your log4net config section."

    
which lead me to believe specifying custom log levels in configuration is 
possible.  However after searching for a while I have seen no other reference 
to something similar.

Thanks,
Nick

                                                                                
  

Reply via email to