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
2006-08-04
Merge RDoc changes from HEAD.
drbrain
2006-07-28
* lib/logger.rb: improves the amount of documentation that Rdoc
matz
2005-09-13
* lib/logger.rb (Logger): added formatter accessor to logger for
nahi
2005-08-20
* lib/logger.rb (write, shift_log?, shift_log): file shifting race
nahi
2005-07-16
document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)
ocean
2004-05-27
* lib/logger.rb: leading 0 padding of timestamp usec part.
nahi
2004-05-07
* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)
matz
2004-04-18
* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,
nobu
2004-01-11
Backported revisions 1.5 -> 1.8 into ruby_1_8 branch
gsinclair
2003-09-29
* lib/logger.rb: check if the given logdevice object respond_to :write and
nahi
2003-09-23
* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.
nahi
2003-09-20
* lib/logger.rb: typo fixed.
nahi
2003-09-18
* lib/logger.rb: Comment fix. I don't like inline documentation... Hard to
nahi
2003-09-18
* lib/logger.rb: new file. Logger, formerly called devel-logger or
nahi