Logs both a message and a caught exception.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static void LogCatch(
LogLevel level,
string msg,
Exception ex
)
Public Shared Sub LogCatch (
level As LogLevel,
msg As String,
ex As Exception
)
public:
static void LogCatch(
LogLevel level,
String^ msg,
Exception^ ex
)
static member LogCatch :
level : LogLevel *
msg : string *
ex : Exception -> unit
Parameters
- level
- Type: GemStone.GemFire.CacheLogLevel
- msg
- Type: SystemString
- ex
- Type: SystemException
See Also