Home -> LogManager -> IsLogSeverityEnabled

Description

The IsLogSeverityEnabled method reports whether a severity passes the manager-level filter.

ImportantImportant

This method checks only the manager-level filter. It does not inspect whether any log targets are currently registered.

Usage

bool IsLogSeverityEnabled(ILogger::Severity severity) const;

Argument list

severity [Severity]
The severity value to test.

Return value

[bool]
true if the severity passes the manager-level filter; otherwise false.

See also