View Source Appsignal.Logger (AppSignal v2.4.1)

Link to this section Summary

Link to this section Types

Specs

log_level() ::
  :debug | :info | :notice | :warning | :error | :critical | :alert | :emergency

Link to this section Functions

Link to this function

alert(group, message, metadata \\ %{})

View Source

Specs

alert(String.t(), String.t(), %{}) :: :ok
Link to this function

critical(group, message, metadata \\ %{})

View Source

Specs

critical(String.t(), String.t(), %{}) :: :ok
Link to this function

debug(group, message, metadata \\ %{})

View Source

Specs

debug(String.t(), String.t(), %{}) :: :ok
Link to this function

emergency(group, message, metadata \\ %{})

View Source

Specs

emergency(String.t(), String.t(), %{}) :: :ok
Link to this function

error(group, message, metadata \\ %{})

View Source

Specs

error(String.t(), String.t(), %{}) :: :ok
Link to this function

info(group, message, metadata \\ %{})

View Source

Specs

info(String.t(), String.t(), %{}) :: :ok
Link to this function

notice(group, message, metadata \\ %{})

View Source

Specs

notice(String.t(), String.t(), %{}) :: :ok
Link to this function

warning(group, message, metadata \\ %{})

View Source

Specs

warning(String.t(), String.t(), %{}) :: :ok