index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
logger.rb
Age
Commit message (
Expand
)
Author
2019-12-10
[ruby/logger] Document that shift_age of 0 disables log file rotation
Jeremy Evans
2019-12-10
[ruby/logger] Honor Logger#level overrides
George Claghorn
2019-12-09
[ruby/logger] frozen_string_literal: true
sonots
2019-12-09
[ruby/logger] Fix typo
Alan Wu
2019-07-15
[ruby/logger] Add option to set the binary mode of the log device
Rafael Mendonça França
2019-07-15
[ruby/logger] Enable `frozen_string_literal: true` in `logger.rb`.
Samuel Williams
2019-07-15
[ruby/logger] Prefer require_relative, it's a little bit faster.
Samuel Williams
2019-07-15
[ruby/logger] require 'logger/errors' just for compat
sonots
2019-07-15
[ruby/logger] split logger classes/modules into separate files
Colby Swandale
2019-07-15
[ruby/logger] Add support for changing severity using bang methods.
Samuel Williams
2018-12-12
Bump version to 1.3.0 same as the latest version of rubygems.org.
hsbt
2018-07-25
Fixes the File::CREAT logger documentation
tenderlove
2018-01-18
logger: use safe navigation operator
normal
2017-12-21
* lib/logger.rb (Logger::LogDevice#open_logfile, #create_logfile):
sonots
2017-07-20
logger.rb: Fix handling progname
sonots
2017-03-24
logger: remove redundant opt_str_freeze use
normal
2016-11-16
logger.rb: fix next rotate time
nobu
2016-10-14
* lib/logger.rb: Improve Logger.new option documentation.
hsbt
2016-10-08
logger: fix monthly log rotate with DST
nobu
2016-10-03
[DOC] Fix default value of shift_age [ci skip]
kazu
2016-04-18
* lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]
sonots
2016-04-18
Allow specifying logger parameters in constructor
sonots
2016-04-06
Logger: simple refactoring
nobu
2016-03-08
logger.rb: kwd args
nobu
2016-02-09
* lib/logger.rb: Remove block from Logger.add as it's not needed
sonots
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-20
* lib/logger.rb: expose logger mutex
sonots
2015-11-17
* lib/logger.rb: support symbol and string log level setting
sonots
2015-11-17
lib/logger.rb: Add Logger#reopen
sonots
2015-10-27
logger.rb: end of week should be Saturday
nobu
2015-10-27
logger.rb: fix weekly rotation
nobu
2015-10-26
logger.rb: exact matching
nobu
2015-10-26
logger.rb: freeze constants
nobu
2014-08-25
logger.rb: simplify
nobu
2014-08-25
lib/logger.rb: use %N
nobu
2014-07-02
* logger.rb: removed unmaintain code.
hsbt
2014-06-24
* lib/gserver.rb: remove redundant use of to_s in interpolation.
hsbt
2014-05-24
* lib/logger.rb: refactored to include Logger::Period.
hsbt
2014-02-21
logger.rb: DST
nobu
2014-02-21
logger.rb: fix midnight log rotation miss
nobu
2014-02-11
* lib/logger.rb: [DOC] Fix arg name for Logger.new by @ryotarai [ci skip] [fi...
hsbt
2013-12-14
logger.rb: fix extra log ratation
nobu
2013-11-02
logger.rb: fix r43511 for Windows
nobu
2013-11-01
* lib/logger.rb: Inter-process locking for log rotation
naruse
2013-07-10
* lib/logger.rb: Use :call-seq: for method signature rdoc
zzak
2013-07-10
* lib/logger.rb (#add): Remove incorrect rdoc for return value
zzak
2013-05-20
* lib/logger.rb (Logger::Application): show namespace in documentation
eregon
2012-07-20
* lib/logger.rb: Updated example in Logger comment to match other
drbrain
2012-07-18
* lib/logger.rb: Updated typos and output to match modern Logger
drbrain
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
[next]