Module lager_logstash_backend

Behaviours: gen_event.

Authors: Krzysztof Rutka (krzysztof.rutka@gmail.com).

Data Types

file()

file() = {file, string()}

output()

output() = tcp() | udp() | file()

tcp()

tcp() = {tcp, inet:hostname(), inet:port_number()} | {tcp, inet:hostname(), inet:port_number(), non_neg_integer() | infinity}

udp()

udp() = {udp, inet:hostname(), inet:port_number()}

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, State, Extra) -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(Event, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(Args) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc