logdna / ruby

Ruby library for logging to LogDNA
MIT License
17 stars 20 forks source link

Add internal logger and tests. (Depends on https://github.com/logdna/ruby/pull/7) #10

Closed vilyapilya closed 4 years ago

vilyapilya commented 4 years ago

Replaces all puts with the internal logger (stdout) Adds tests for all logging methods and unsuccessful request case.