SystemPropertiesCrashDumpEnabled Property |
True if the crash dump generation for unhandled fatal exceptions
is enabled. If "log-file" property has been specified then they are
created in the same directory as the log file, and having the same
prefix as log file. By default crash dumps are created in the
current working directory and have the "gemfire_cpp" prefix.
The actual dump file will have timestamp and process ID
in the full name.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool CrashDumpEnabled { get; }
Public ReadOnly Property CrashDumpEnabled As Boolean
Get
public:
property bool CrashDumpEnabled {
bool get ();
}
member CrashDumpEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also