Hello,
How do I implement log throttling in WCF?
Thanks Guys...........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Jul 11, 2011, 3:11 AM
refer these links:
If you are using WCF Message Logging you can specify the maximum messages to log as well as the maximum size message to log.
These attributes can be found in the
When the message limit is reached, a trace at the Information level is produced and all message logging activities stop.
Additional Resources
For more information on log throttling, see "Configuring Message Logging" at http://msdn2.microsoft.com/en-us/library/ms730064.aspxSource: Codeplex
hope it help you...