Logger CheckLoggingSeverity Method

Checks to see if a message of the supplied Severity will be logged.

Namespace:  Scribe.Core.ConnectorApi.Logger

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   static   bool   CheckLoggingSeverity(
	Logger  Severity   severity
)

Parameters

severity

Type: Scribe.Core.ConnectorApi.Logger Logger Severity

The Severity to check.

Return Value

Type: Boolean

TRUE if messages of the given Severity will be logged

See

Logger Class

Scribe.Core.ConnectorApi.Logger Namespace