msakrejda / lpxc

An example of a concurrent logplex client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#lpxc

A reference implementation of a ruby library that sends log data to Heroku's Logplex. Lpxc is not designed to be production software.

Usage

require 'lpxc'
Lpxc.Start
Lpxc.puts(logplex_token, "hello world")

Test

Grab a logplex token from an Add-on provision request and pass it to test.rb

$ ruby test.rb t.abc123

About

An example of a concurrent logplex client


Languages

Language:Ruby 100.0%