./devel/ruby-mixlib-log, Mixin for simple class-based loggers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.0, Package name: ruby32-mixlib-log-3.2.0, Maintainer: pkgsrc-users

A simple class based Log mechanism, similar to Merb and Chef, that you
can mix in to your project. Mixlib::Log provides a mixin for enabling
a class based logger object, a-la Merb, Chef, and Nanite.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 12 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 10:31:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-mixlib-log: update to 3.2.0

3.2.0 (2025-01-28)

* Fix formatter regression from Ruby 3.3 Logger fix #78 (stanhu)
* Move ffi dependency forward #81 (jaymzh)
   2024-07-14 09:23:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-mixlib-log: update to 3.1.1

3.1.1 (2024-07-12)

Merged Pull Requests

* Replace FILE with dir and other minor chefstyle fixes #61 (tas50)
* Add Ruby 3.0 testing #62 (tas50)
* Upgrade to GitHub-native Dependabot #63 (dependabot-preview[bot])
* Remove Ruby 2.4 support and Test Ruby 3.0/3.1 #66 (poorndm)
* Bump minimum to 2.7 #75 (tpowell-progress)
* Support ruby3.3 Logger by properly initialize super class #74 (mtasaka)
* ffi less than 1.17.0 because of ruby 3.0 #77 (tpowell-progress)
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-09-14 18:19:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-mixlib-log: update to 3.0.9

Update ruby-mixlib-log package to 3.0.9.

3.0.9 (2020-08-21)

* Optimize our requires #60 (tas50)
   2020-03-24 18:51:09 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-mixlib-log: update to 3.0.8

Update ruby-mixlib-log to 3.0.8.

3.0.8 (2019-12-30)

* Expand testing / Update GitHub templates #51 (tas50)
* Add Build Kite PR Testing #52 (tas50)
* Remove Travis PR Testing #53 (tas50)
* Resolve all warnings emitted during testing #54 (zenspider)
* Add windows testing in Buildkite #56 (tas50)
* Test on Ruby 2.7 + random testing improvements #58 (tas50)
* Substitute require for require_relative #59 (tas50)

3.0.1 (2019-01-05)

* reverting back to ruby 2.3 support #48 (lamont-granquist)

3.0.0 (2019-01-04)

* update travis, drop ruby < 2.5, major version bump #47 (lamont-granquist)

2.0.9 (2018-12-18)

* remove hashrocket syntax #41 (lamont-granquist)
* Remove the changelog generator gem #42 (tas50)
* Test on all the Ruby versions we support #43 (tas50)
* Test on Ruby 2.6 in Travis + test on Xenial #46 (tas50)
* Only ship the required library files in the gem artifact #45 (tas50)
   2018-09-23 18:28:04 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-mixlib-log: update to 2.0.4

2.0.4 (2018-04-12)

Merged Pull Requests

* fix labelling #37 (thommay)

2.0.1 (2018-02-28)

Full Changelog

Merged pull requests:

* enable metadata to be got and set #32 (thommay)

* Logging methods (debug, info, warn, error, fatal) all return nil #27
  (olleolleolle)

2.0.0 (2018-02-27)

Merged pull requests:

* Structured Logging #30 (thommay)
* RSpec: use 3.7, disable monkey patching mode #28 (olleolleolle)
* README: Format a line of code using Markdown, not RDoc #24 (olleolleolle)
* Travis: update Ruby versions, pass lint #22 (olleolleolle)
* Require Ruby 2.2+ #20 (tas50)
   2017-06-11 17:01:14 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-mixlib-log to 1.7.1.

1.7.1 (2016-08-12)

* Allow applications to query if they've got loggers #18 (thommay)

1.7.0 (2016-08-04)

* test with updated ruby versions and run cucumber #16 (thommay)
* Add dev dependency on chefstyle #15 (tas50)
* Misc cleanup + add Travis #14 (tas50)
* File log devices opened by mixlib-log should be closed. #13 (mhorbul)
* Include the license type in the .gemspec #9 (benders)
* MIXLIB-10: don't be so pessimistic about development libraries #8 (jkeiser)

Fixed bugs:

* Ensure that arguments to Mixlib::Log#add are passed as is to all loggers #7
  (ketan)
* Fixing RDoc formatting of README.rdoc. #4 (ampledata)