Click or drag to resize
LogWrite Method
Logs a message at the given level.

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

Parameters

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