Click or drag to resize

AbstractLoggerFinest Method (String, Exception)

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

Parameters

message
Type: SystemString
thrown
Type: SystemException

Implements

ILoggerFinest(String, Exception)
See Also