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.
|
feedback
|
|
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. | |||
|
feedback
|