3.17 library(http/http_log): HTTP Logging module
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
library(http/http_log): HTTP Logging module
http_log_stream/1
http_log_close/1
http_log/2
password_field/1
nolog/1
nolog_post_content_type/1
post_data_encoded/2
http_logrotate/1
http_schedule_logrotate/2
Availability:
:- use_module(
library(http/http_log)
).
[det]
http_log
(
+Format, +Args
)
Write message from
Format
and
Args
to log-stream. See
format/2
for details. Succeed without side effects if logging is not enabled.