Skip to content

Lines - structured logs for humans - ruby edition

License

Notifications You must be signed in to change notification settings

pandastream/lines-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lines - structured logs for humans

Build Status

A ruby implementation of the lines format.

STATUS: WORK IN PROGRESS

Example

require 'lines'

Lines.dump(foo: 3) #=> "foo=3"

Lines.load("foo=3") #=> {"foo"=>3}

About

Lines - structured logs for humans - ruby edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%