Module filezcache_event_logger

Copyright © 2013-2014 Marc Worrell

Behaviours: gen_event.

Authors: Marc Worrell.

Function Index

add_handler/0
code_change/3
delete_handler/0
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2

Function Details

add_handler/0

add_handler() -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

delete_handler/0

delete_handler() -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc