LoggerIsEnabled Method

Determines if logging is enabled for the specified level.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool IsEnabled(
	LogLevel level
)

Parameters

level
Type: Aspose.Email.Tools.LoggingLogLevel
level to be checked

Return Value

Type: Boolean
if logging is enabled for the specified level, otherwise it returns .
See Also