Lines Matching defs:log
19 * Relate the forensic log to the transfer log by including
20 * %{forensic-id}n in the custom log format, for example:
85 "couldn't spawn forensic log pipe %s", cfg->logname);
98 "could not open forensic log file %s.", fname);
142 char *log;
208 h.log = apr_palloc(r->pool, h.count);
209 h.pos = h.log;
210 h.end = h.log+h.count;
223 rv = apr_file_write_full(cfg->fd, h.log, h.count-1, NULL);
265 "the filename of the forensic log"),