  | NMathConfigurationLogVerbose Property | 
            If true, enables verbose logging, such as native functions calls.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static bool LogVerbose { get; set; }Public Shared Property LogVerbose As Boolean
	Get
	Set
public:
static property bool LogVerbose {
	bool get ();
	void set (bool value);
}static member LogVerbose : bool with get, set
Property Value
Boolean
See Also