  | NMathConfigurationLogLocation Property | 
            Gets and sets the location of the configuration log file.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static string LogLocation { get; set; }Public Shared Property LogLocation As String
	Get
	Set
public:
static property String^ LogLocation {
	String^ get ();
	void set (String^ value);
}static member LogLocation : string with 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