Click or drag to resize

NMathConfigurationLog(Exception) Method

Writes an exception message and stack trace to the log file.

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

Parameters

e  Exception
The Exception for which to write the message and stack trace.
See Also