Click or drag to resize

ChartToolsWriteLog Method (String)

LightningChart .NET Help
Write a string to log file. The log file is c:\temp\LightningChartLog.txt.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static void WriteLog(
	string entry
)

Parameters

entry
Type: SystemString
String to write.
See Also