void Ns_ModLog(
Ns_LogSeverity severity,
Ns_ModLogHandle handle,
char *inFormat,
...
);
The Ns_ModLog function logs a message of some severity to a realm contained in the handle. The severities, in order from highest to lowest, are Fatal, Bug, Error, Notice, Warning, and Debug.
Ns_ModLog(Warning, cgiModLogHandle, "No such CGI interps section: %s", ds.string);