SystemPropertiesLogFileName Property |
Returns the name of the message log file.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string LogFileName { get; }
Public ReadOnly Property LogFileName As String
Get
public:
property String^ LogFileName {
String^ get ();
}
member LogFileName : string with get
Return Value
Type:
Stringthe filename
See Also