UltrachartDebugLogger
StockSharp.Xaml.Charting.Utility
Provides a debug logger which can be used to pipe debug messages from Ultrachart to your own code, by setting the IUltrachartLoggerFacade via SetLogger
Eigenschaften
Instance : UltrachartDebugLogger
Gets the singleton UltrachartDebugLogger instance
Methoden
SetLogger(IUltrachartLoggerFacade)
Sets the IUltrachartLoggerFacade to write to. By default this is null, but after being set, the UltrachartDebugLogger will write all output to this instance
- loggerFacade
- The IUltrachartLoggerFacade instance.