Registry / testing / log-me

log-me

JSON →
library0.0.10rbrubygemsunverified

LogMe is a simple way to configure log in your spec. It is especially useful when you need to log Web Service calls or HTTP requests and responses.

gem install log-me
INSTALL
IMPORT
SIG · LOG-ME
L
log-me
testingrubyv0.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogMe
require 'log-me'

Configure and use LogMe to log HTTP requests in specs.

require 'log-me' LogMe.configure do |config| config.logger = Logger.new(STDOUT) end # In a spec LogMe.log('HTTP request', url: 'https://api.example.com')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
log-me — gem install log-me · libregistry