Click or drag to resize

NMathConfigurationLogLocation Property

Gets and sets the location of the configuration log file.

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

Property Value

String
Remarks
Setting a log file location turns on logging at that location, using the currently defined LogFilename (NMathConfiguration.log, unless previously modified).
See Also