Module lager_mongo_backend

Behaviours: gen_event.

Function Index

code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2

Function Details

code_change/3

code_change(OldVsn::any(), State::#state{}, Extra::any()) -> {ok, #state{}}

handle_call/2

handle_call(Request::any(), State::#state{}) -> {ok, any(), #state{}}

handle_event/2

handle_event(Event, State) -> any()

handle_info/2

handle_info(X1::any(), State::#state{}) -> {ok, #state{}}

init/1

init(Params::proplists:proplist()) -> {ok, #state{}} | {error, atom()}

terminate/2

terminate(Reason::any(), State::#state{}) -> {ok, list()}


Generated by EDoc, Aug 9 2023, 00:10:31.