Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Log a message and exception using Coherence logging facility which is driven by the "logging-config" element located in the coherence.xml configuration file.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static void Log(
	string message,
	Exception exc,
	CacheFactory..::.LogLevel severity
)

Parameters

message
Type: System..::.String
A message to log.
exc
Type: System..::.Exception
An exception to log.
severity
Type: Tangosol.Net..::.CacheFactory..::.LogLevel
The severity of the logged message.

See Also