To enable the User Logger, add the CL_CONFIG_USER_LOGGER
variable into cl.cfg
or as an environment variable.
The format of the variable value should be the following:
where:
I
, IE
, EI
,
or E
.
I
stands for logging the API calls, and E
stands for logging the errors. If both are specified, then logging
of both API calls and errors is performed. If none is specified, only
errors are logged.
stdout
- the log is printed to the standard output.stderr
- the log is printed to the standard error.<filename>
- a file named as is <filename>_PID<process
ID>_<date and time>.txt