I want to implement logging with EntLib Logging and hook up two TraceListeners for category \"Debugging\". One will write those messages to file and other will output them to sy
In the EntLib configuration for your app you specify which Formatter you wish to use. The default formatter includes all this information. To remove the information you are not interested either remove them from the TextFormatter you are currently using or create a new text formatter containing the fields you want and change "Debugging" to use your new formatter.