Skip to main content

Name

ec_adaptive_log_config — Log function for AD system to log config change to jlog

Synopsis

#include "modules/generic/adaptive.h"

| void **ec_adaptive_log_config** ( | binding, |   | |   | domain, |   | |   | optname, |   | |   | value); |   |

const char * <var class="pdparam">binding</var>; const char * <var class="pdparam">domain</var>; const char * <var class="pdparam">optname</var>; const char * <var class="pdparam">value</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 config change to jlog.

Parameters

binding
  • binding name
domain
  • domain name
optname
  • the optval name
value
  • the new value to be set

enable_jlog = true

Return Values

This function returns void.

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

Was this page helpful?