Sha256: 0cbd1ab7886d90956e96875e4484317838b0c8dec4851a0e325750e566a7f949
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
# Trifle::Logger [![Gem Version](https://badge.fury.io/rb/trifle-logger.svg)](https://badge.fury.io/rb/trifle-logger) ![Ruby](https://github.com/trifle-io/trifle-logger/workflows/Ruby/badge.svg?branch=main) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/trifle-io/trifle-logger) Simple logger backed by Redis, Postgres, MongoDB, or whatever. `Trifle::Logger` is a way too simple timeline logger that helps you track custom outputs. Ideal for any code from blackbox category (aka background-job-that-talks-to-API-and-works-every-time-when-you-run-it-manually-but-never-when-in-production type of jobs) ## Documentation You can find guides and documentation at https://trifle.io/docs/logger ## Installation Add this line to your application's Gemfile: ```ruby gem 'trifle-logger' ``` And then execute: $ bundle install Or install it yourself as: $ gem install trifle-logger ## Usage TODO: Write usage instructions here ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/trifle-logger.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trifle-logger-0.0.2 | README.md |
trifle-logger-0.0.1 | README.md |