View Source NewRelic.ErrorLogger (New Relic Elixir Agent v1.29.0)

Handle error reporting in elixir >= 1.15

Summary

Functions

Link to this function

code_change(old_vsn, state, extra)

View Source

Callback implementation for :gen_event.code_change/3.

Link to this function

handle_call(opts, state)

View Source

Callback implementation for :gen_event.handle_call/2.

Link to this function

handle_event(opts, state)

View Source

Callback implementation for :gen_event.handle_event/2.

Link to this function

handle_info(opts, state)

View Source

Callback implementation for :gen_event.handle_info/2.

Callback implementation for :gen_event.init/1.

Link to this function

terminate(reason, state)

View Source

Callback implementation for :gen_event.terminate/2.

Link to this function

translator(level, message, timestamp, arg4)

View Source