Please provide overloads for the following methods to include log level:
http://documentation.devexpress.com/#Xaf/CustomDocument2576
In the meantime, is there a way to do it myself?
Please provide overloads for the following methods to include log level:
http://documentation.devexpress.com/#Xaf/CustomDocument2576
In the meantime, is there a way to do it myself?
Hello Robert,
Starting with v15.2.8 it will be easier for you to override the Tracing class behavior with the new CreateCustomTracer event.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Robert,
Thank you for your feedback. We will take your suggestions into account.
In the meantime, since you own the full XAF source code, you can see how our Tracing class is implemented and base your own class or even extension methods that do what you want.
Thanks.