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.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void WriteLog(
	string entry
)

Parameters

entry
Type: SystemString
String to write.
See Also