Click or drag to resize

NMathConfigurationLog(String) Method

Writes a string to the log file.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static void Log(
	string s
)

Parameters

s  String
The string to write to the log file.
See Also