2023-08-05 10:55:36 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-console: update to 1.20.0
1.19.0 (2023-08-03)
* Add adapter module for external gems.
1.20.0 (2023-08-02)
What's Changed
* Modernize gem. by @ioquatix in #45
* Encode serialized output to avoid encoding errors. by @ioquatix in #44
* This release drops support for Ruby 2.7.
|
2023-07-28 01:04:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ruby-console: add missing file
|
2023-07-23 14:12:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-console: update to 1.18.0
1.17.3 (2023-07-19)
Reduce serialized subject to simple string field. (#41)
* Only log subject class name.
* Follow similar formatting rules for subject as we do for the terminal
logger.
1.17.4 (2023-07-19)
* Remove class as it is already part of subject. (#42)
1.18.0 (2023-07-21)
Fix behaviour of CONSOLE_ON and CONSOLE_OFF. (#43)
* Remove unused `enabled:` option.
* Add more tests for Filter.
Introduce null log output.
|
2023-06-09 15:47:39 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-console: update to 1.17.2
1.17.1 (2023-06-06)
* Better formatting of fiber annotation.
1.17.2 (2023-06-06)
* Fix formatting when yielding buffer.
|
2023-06-06 15:32:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-console: update to 1.17.0
1.17.0 (2023-06-05)
* Fix tests when run interactively and incrementally.
* Freeze more things.
* Add support for fiber annotations in log output.
|
2022-11-11 14:29:25 by Takahiro Kambe | Files touched by this commit (4) |
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.
|