Click or drag to resize

AbstractLoggerWarning Method (String, Exception)

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
public virtual void Warning(
	string message,
	Exception thrown
)

Parameters

message
Type: SystemString
thrown
Type: SystemException

Implements

ILoggerWarning(String, Exception)
See Also