View Source Appsignal.IntegrationLogger (AppSignal v2.13.2)

Summary

Types

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

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