log_set_activeΒΆ

log_set_active enables or disables a logger.

bool = log_set_active(ssLogger, bActive)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

ssLogger

ssLogger is the logger name.

bActive

bActive is TRUE (1) or FALSE (0).

History

Version Description
5.0.0 New

id-216617