View Source lager_logtail_backend (lager_logtail v0.2.0)

Link to this section Summary

Link to this section Types

-type binary_proplist() :: [{binary(), binary()}].
-type lager_msg_metadata() :: [tuple()].
-type state() :: state.

Link to this section Functions

Link to this function

code_change(OldVsn, State, Extra)

View Source
Link to this function

deferred_log(Request, Retries, Interval)

View Source
-spec deferred_log(any(), integer(), integer()) -> ok.
Link to this function

handle_call(Request, State)

View Source
-spec handle_call(get_loglevel | set_loglevel, state()) -> {ok, state()}.
Link to this function

handle_event(Event, State)

View Source
-spec handle_event({log, any()}, state()) -> {ok, state()}.
Link to this function

handle_info(Info, State)

View Source
-spec init(list()) -> {ok, state()}.
Link to this function

terminate(Reason, State)

View Source