Skip to main content

Name

ec_adaptive_log — Log function for AD system to log operational logs

Synopsis

#include "modules/generic/adaptive.h"

| void **ec_adaptive_log** ( | level, |   | |   | binding, |   | |   | domain, |   | |   | msg); |   |

int <var class="pdparam">level</var>; const char * <var class="pdparam">binding</var>; const char * <var class="pdparam">domain</var>; const char * <var class="pdparam">msg</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 operational logs.

Parameters

level
  • the log level. Possible values are from DCRITICAL to DDEBUG
binding
  • binding name
domain
  • domain name
msg
  • the message to be logged

Return Values

  • none

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

Was this page helpful?