AbstractLoggerLog Method (LogLevel, String, Exception)Hazelcast .Net Client Class Library

Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
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

Reference