Hexoku.API.LogSession

Read the application logs.

For more info read the Heroku API Reference

Source

Summary

get(client, app, options \\ %{})
stream(client, app, options \\ %{}, fun)

Functions

get(client, app, options \\ %{})

Specs:

  • get(Hexoku.Client.t, binary, Map.t) :: binary | :error
Source
stream(client, app, options \\ %{}, fun)

Specs:

  • stream(Hexoku.Client.t, binary, Map.t, (binary | :done -> any)) :: :ok
Source