TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
530 stars 101 forks source link

::Fixnum is deprecated in Ruby 2.4 #159

Closed leonardteo closed 7 years ago

leonardteo commented 7 years ago

Just wanted to point out a small issue. Ruby 2.4 has deprecated explicit use of Fixnum, so this affects the appender here: https://github.com/TwP/logging/blob/master/lib/logging/appender.rb#L141

Here's some info: http://blog.bigbinary.com/2016/11/18/ruby-2-4-unifies-fixnum-and-bignum-into-integer.html