Module lager_logstash_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(X1, State, X3) -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(Event, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(Args) -> any()

terminate/2

terminate(X1, State) -> any()


Generated by EDoc