Returns the name of the current log file.
NOTE: This function is for debugging only, as it is not completely
thread-safe!
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static string LogFileName()
Public Shared Function LogFileName As String
public:
static String^ LogFileName()
static member LogFileName : unit -> string
Return Value
Type:
String
See Also