Copyright © 2015-2021 Maas-Maarten Zeeman
Behaviours: gen_server.
Authors: Maas-Maarten Zeeman (mmzeeman@xs4all.nl).
| handle_call/3 | |
| handle_cast/2 | |
| init/1 | Initialize the logger. |
| log/1 | Format the reguest. |
| start_link/0 |
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
init(X1) -> any()
Initialize the logger.
log(Http_log_access) -> any()
Format the reguest. We use a format similar to apache's vhost_commont The site and dispatch rule is also included in the log line.
start_link() -> any()
Generated by EDoc