log_is_activeΒΆ

log_is_active checks if the given logger is enabled.

bActive = log_is_active(ssLogger)

Return Value

bActive is TRUE if the given logger is enabled and FALSE (0) if the logger is disabled.

Parameters

ssLogger

ssLogger is the logger name.

History

Version Description
5.0.0 New

id-1366975