I am currently using the Logging framework in Enterprise Library. Does anyone know how to use Priority to control the output for each Listener? For example, this listener only output the information to the target if the Priority of the log is higher than 3. Thanks.

link|improve this question

80% accept rate
feedback

1 Answer

As I know predefined listener doesn't support filter by priority. Simple solution is to use severity. I think you can use CustomTraceListener to filter by whatever you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.