How to Install ruby-logging in Ubuntu 18.04



Install ruby-logging by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-logging

Description:

flexible and extendable logging library for Ruby

Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.

Homepage: http://rubygems.org/gems/logging

Version: 2.2.2-1

Section: universe/ruby