This module implements the main server in the LOG application.
The client API to this server is defined in the module log
.
start_link() -> {ok, Pid} | {error, Reason}
Starts the log server. This function can be used to
include the server in a supervisor. Normally, functions
in the supervisor log_sup
can be used instead.
eva_log_sup(3), log(3)