I create a custom level "Custom" with the value 3000, but i cannot log it execpt with the filter value "ALL" for level in the configuration file.
So my question is how can i log for example only "Custom", "ERROR", "FATAL" or "custom" , "INFO" ,"ERROR" ?
<root>
<level value="Custom" />
<!--<appender-ref ref="DebugAppender" />-->
<appender-ref ref="sqlAdoNetAppender" />
</root>