Previous topic

log_get_logger_names

Next topic

log_set_active

This Page

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.

Example

]]
[[

History

Version Description
5.0.0 New

id-1366975