Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-console
From: Takahiro Kambe
Date: 2022-11-11 14:29:25
Message id: 20221111132925.67BD7FA90@cvs.NetBSD.org
Log Message:
devel/ruby-console: add package version 1.16.2
Required by ruby-async package.
Console
Provides beautiful console logging for Ruby applications. Implements fast,
buffered log output.
Motivation
When Ruby decided to reverse the order of exception backtraces, I finally
gave up using the built in logging and decided restore sanity to the output
of my programs once and for all!
Features
* Thread safe global logger with per-fiber context.
* Carry along context with nested loggers.
* Enable/disable log levels per-class.
* Detailed logging of exceptions.
* Beautiful logging to the terminal or structured logging using JSON.
Files: