Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01
Log a message 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.1000 (12.2.1.1000)

Syntax

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

Parameters

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

See Also