An open API service indexing awesome lists of open source software.

https://github.com/robertdurst/lilipad


https://github.com/robertdurst/lilipad

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Lilipad

Dynamic instrumentation for Ruby.

[Ruby Gem](https://rubygems.org/gems/lilipad).

Agent: https://github.com/robertDurst/lilipad-agent

## Config Example

```
{
"enable": true,
"log": [
{ "file": "sample_server.rb", "lineno": 8, "msg": "foobar" }
]
}
```