Is there a way to do on demand flushing of WCF trace? -


IIS7 लॉग फ्लश करने के लिए एक कमांड है:

  netsh http flush logbuffer  

/ कोड>

मैं सोच रहा हूं कि मांग पर WCF ट्रेस लॉग को फ्लश करने के लिए एक समान कमांड है।

Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -