aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger/formatter.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/logger] Another performance improvement on the Formatter byAkira Matsuda2022-12-081-3/+2
* [ruby/logger] Prefer String#[0, 1] over [0..0]Akira Matsuda2022-05-051-1/+1
* [ruby/logger] Changes to datetime formattingBaron Bloomer2021-12-181-2/+3
* Reference process PID using the Process#pidMaciej Mensfeld2020-09-291-1/+1
* [ruby/logger] Avoid creating [] and "" when logging an Exception that has no ...Akira Matsuda2019-12-091-1/+1
* [ruby/logger] frozen_string_literal: truesonots2019-12-091-4/+5
* [ruby/logger] split logger classes/modules into separate filesColby Swandale2019-07-151-0/+35