Click or drag to resize

LogLevelEnabled Method

Namespace:  Crosser.Common.Utilities.Logger
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static bool LevelEnabled(
	LogEventLevel level
)

Parameters

level
Type: Crosser.Common.LoggingLogEventLevel
The level to check

Return Value

Type: Boolean
True if the level passed in is enabled
See Also