View Source Appsignal.IntegrationLogger (AppSignal v2.10.1)

Link to this section Summary

Link to this section Types

@type device() :: :stdio | :stderr | :file
@type log_level() :: :trace | :debug | :info | :warn | :error

Link to this section Functions

@spec debug(String.t()) :: :ok
Link to this function

error(message, options \\ [])

View Source
@spec info(String.t()) :: :ok
@spec trace(String.t()) :: :ok
Link to this function

warn(message, options \\ [])

View Source