Click or drag to resize

NMathConfigurationLog(String, Object) Method

Writes a string to the log file, replacing string parameters as necessary.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static void Log(
	string s,
	params Object[] args
)

Parameters

s  String
A format string to be used by the Format(String, Object) method.
args  Object
A list of arguments to be used for formatting the string.
See Also