summaryrefslogtreecommitdiff
path: root/lib/logger/period.rb
AgeCommit message (Collapse)Author
2025-01-10Make logger as bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12537
2024-06-06[ruby/logger] Add support for symbols in #shift_ageBaron Bloomer
Resolves issue: https://github.com/ruby/logger/issues/46 https://github.com/ruby/logger/commit/83502c2107
2019-12-10[ruby/logger] Raise ArgumentError for invalid shift_ageJeremy Evans
Consider 'now' and 'everytime' as valid values for the previous behavior of rotating everytime. Fixes Ruby Bug 15977 https://github.com/ruby/logger/commit/f92979a376
2019-12-09[ruby/logger] frozen_string_literal: truesonots
https://github.com/ruby/logger/commit/a057eede7b
2019-07-15[ruby/logger] split logger classes/modules into separate filesColby Swandale
https://github.com/ruby/logger/commit/f10ce9fff2