ec_adaptive_logf
Name
ec_adaptive_logf — Log function for AD system to log operational logs
Synopsis
#include "modules/generic/adaptive.h"
| void **ec_adaptive_logf** (
| level, | |
| | binding, | |
| | domain, | |
| | msgfmt, | |
| | )
; | |
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">msgfmt</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.
- level
-
- the log level. Possible values are from DCRITICAL to DDEBUG
- binding
-
- binding name
- domain
-
- domain name
- msgfmt
-
- the format for the log
- none
**Configuration Change. ** This feature is available starting from Momentum 3.2.