Click or drag to resize

AbstractLoggerLog Method (LogLevel, String, Exception)

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
public abstract void Log(
	LogLevel arg1,
	string arg2,
	Exception arg3
)

Parameters

arg1
Type: Hazelcast.LoggingLogLevel
arg2
Type: SystemString
arg3
Type: SystemException

Implements

ILoggerLog(LogLevel, String, Exception)
See Also