Hexoku.API.LogDrains

Log drains provide a way to forward your Heroku logs to an external syslog server for long-term archiving. This external service must be configured to receive syslog packets from Heroku, whereupon its URL can be added to an app using this API.

For more info read the Heroku API Reference

Source

Summary

create(client, app, url)
delete(client, app, drain)
info(client, app, drain)
list(client, app)

Functions

create(client, app, url)

Specs:

Source
delete(client, app, drain)

Specs:

Source
info(client, app, drain)

Specs:

Source
list(client, app)

Specs:

Source