Skip to content

heroku/lpxc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#lpxc

Lpxc is a fast & efficient client for sending log messages to Heroku's logplex. It uses batching and keep-alive connections to enable high-throughput with little overhead.

Dependencies

All dependencies come from the standard library. The following version of Ruby are supported:

  • 1.9.3
  • 2.0.0
  • 2.1.0

Documentation

Rdoc

Usage

$ gem install lpxc
require 'lpxc'
lpxc = Lpxc.new
lpxc.puts("hello world", 't.123')

Runing Tests

Build Status

$ ruby test.rb

About

Fast & simple ruby client for Heroku's logplex.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%