nteventlog

Functions


start_link(Ident, MFA) -> term()

start(Ident, MFA) -> term()

stop() -> term()

init(X1) -> term()

handle_call(X1, From, State) -> term()

handle_cast(Msg, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

code_change(Vsn, PrevState, Extra) -> term()

View Functions