Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-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.2.1.3000 (12.2.1.3000)

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