Behaviours: gen_server.
See also: syslog_error_h.
| start_link/0 |
Start a monitor server which in turn will attach the syslog_error_h
event handler at the appropriate event manager (error_logger). |
start_link() -> {ok, pid()} | {error, term()}
Start a monitor server which in turn will attach the syslog_error_h
event handler at the appropriate event manager (error_logger).
Generated by EDoc