IUltrachartLoggerFacade
StockSharp.Xaml.Charting
Defines the interface to a logger facade. If you wish to receive debug log messages from Ultrachart, then set a logger instance via IUltrachartLoggerFacade). Note that logging will dramatically decrease performance, especially in a real-time scenario
Methods
Log
public void Log(string formatString, object[] args)
iUltrachartLoggerFacade.Log(formatString, args)
Logs the string format message with optional arguments
- formatString
- The formatting string
- args
- Optional arguments to the formatting string