Click or drag to resize

CacheFactoryIsLogEnabled Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return true if the Logger would log a message with the given log level.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static bool IsLogEnabled(
	CacheFactoryLogLevel level
)

Parameters

level
Type: Tangosol.NetCacheFactoryLogLevel
CacheFactoryLogLevel value.

Return Value

Type: Boolean
Whether the Logger would log a message with the given log level.
See Also