Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-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: 12.1.3.0 (12.1.3.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