51.12. slapi_task_log_notice()

Writes changes to a log attribute for the task entry.
Directory task entries log all of their messages to a log attribute in the configuration entry, nsTaskLog. This function adds a line to the nsTaskLog value. This value is cumulative, so any new message logged is appended to the existing value.
Syntax

void slapi_task_log_notice(Slapi_Task *task, char *format, ...)

Parameters

This function takes the following parameters:

task Points to the task operation which is being performed by the server.
format A printf-style format string.