Skip to main content

Name

ec_adaptive_log_status — Log function for AD system to log status change to jlog

Synopsis

#include "modules/generic/adaptive.h"

| void **ec_adaptive_log_status** ( | binding, |   | |   | domain, |   | |   | status); |   |

const char * <var class="pdparam">binding</var>; const char * <var class="pdparam">domain</var>; int <var class="pdparam">status</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Log function for AD system to log status change to jlog.

Parameters

binding
  • binding name
domain
  • domain name
status
  • 0: clear; 1: suspended; 2: blackholed

enable_jlog = true

Return Values

  • none

**Configuration Change. ** This feature is available starting from Momentum 3.3.

Was this page helpful?