Click or drag to resize

ILoggerFinest Method (String, Exception)

Logs message with associated throwable information at LogLevel.Finest .

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

Parameters

message
Type: SystemString
the message to log
thrown
Type: SystemException
the Throwable associated to the message.
See Also