Logflare Logger Backend v0.7.3 LogflareLogger.HttpBackend View Source
Implements :gen_event behaviour, handles incoming Logger messages
Link to this section Summary
Functions
Callback implementation for c::gen_event.code_change/3
.
Callback implementation for c::gen_event.handle_call/2
.
Callback implementation for c::gen_event.handle_event/2
.
Callback implementation for c::gen_event.handle_info/2
.
Callback implementation for c::gen_event.terminate/2
.
Link to this section Types
Link to this section Functions
Callback implementation for c::gen_event.code_change/3
.
Link to this function
configure_merge(options, config)
View Sourceconfigure_merge(keyword(), LogflareLogger.BackendConfig.t()) :: LogflareLogger.BackendConfig.t()
Link to this function
handle_call(arg, config)
View Sourcehandle_call({:configure, keyword()}, LogflareLogger.BackendConfig.t()) :: {:ok, :ok, LogflareLogger.BackendConfig.t()}
Callback implementation for c::gen_event.handle_call/2
.
Link to this function
handle_event(arg1, config)
View Sourcehandle_event(log_msg(), LogflareLogger.BackendConfig.t()) :: {:ok, LogflareLogger.BackendConfig.t()}
Callback implementation for c::gen_event.handle_event/2
.
Callback implementation for c::gen_event.handle_info/2
.
Link to this function
init(_MODULE__, options \\ [])
View Sourceinit(LogflareLogger.HttpBackend, keyword()) :: {:ok, LogflareLogger.BackendConfig.t()}
Callback implementation for c::gen_event.terminate/2
.