aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger
Commit message (Collapse)AuthorAgeFilesLines
* Fixed LoadError of version file.Hiroshi SHIBATA2019-07-151-1/+1
|
* Fixed inconsitency locations of default gems.Hiroshi SHIBATA2019-07-151-0/+28
|
* [ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França2019-07-151-1/+4
| | | | | | | | | | | | Without binmode strings with incompatible encoding can't be written in the file. This is very common in applications that log user provided parameters. We need to allow changing the binnary mode because right now it is impossible to use the built-in log rotation feature when you provide a File object to the LogDevice, and if you provide a filename you can't have binmode. https://github.com/ruby/logger/commit/9114b3ac7e
* [ruby/logger] Set filename when initializing logger with a File objectJeremy Evans2019-07-151-0/+3
| | | | | | This should allow reopen to work. Requested in ruby issue #14595. https://github.com/ruby/logger/commit/bd367aff12
* [ruby/logger] Prefer require_relative, it's a little bit faster.Samuel Williams2019-07-151-1/+1
| | | | https://github.com/ruby/logger/commit/1e2aab4bea
* [ruby/logger] require 'logger/errors' just for compatsonots2019-07-151-1/+1
| | | | https://github.com/ruby/logger/commit/255a51dc10
* [ruby/logger] split logger classes/modules into separate filesColby Swandale2019-07-156-0/+302
https://github.com/ruby/logger/commit/f10ce9fff2