Click or drag to resize

NMathConfigurationLogFilename Property

Gets and sets the configuration log filename.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static string LogFilename { get; set; }

Property Value

String
Remarks
The default log filename is NMathConfiguration.log. If using a non-default filename, you must set the filename prior to specifying a log location.
See Also