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

方法

Log(string, object[])

Logs the string format message with optional arguments

formatString
The formatting string
args
Optional arguments to the formatting string