Click or drag to resize
LogLogCatch Method
Logs both a message and a caught exception.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static void LogCatch(
	LogLevel level,
	string msg,
	Exception ex
)

Parameters

level
Type: GemStone.GemFire.CacheLogLevel
msg
Type: SystemString
ex
Type: SystemException
See Also