Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Log an 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.6.0.0 (3.6.0.0)

Syntax

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

Parameters

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

See Also