From 9dc6ca66956fe6ee8f6a0b80ae3dc93e5d33ccf0 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 13 Sep 2005 13:13:41 +0000 Subject: * lib/logger.rb (Logger): added formatter accessor to logger for dictating the way in which the logger should format the messages it displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and Daniel Berger. * lib/logger.rb (Logger): added VERSION constant. * lib/logger.rb: removed document for LogDevice. It is an implementation detail and is not a public interface. * test/logger/test_logger.rb: added tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4d7dfe39..47eab8a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Sep 13 22:09:40 2005 NAKAMURA, Hiroshi + + * lib/logger.rb (Logger): added formatter accessor to logger for + dictating the way in which the logger should format the messages it + displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and + Daniel Berger. + + * lib/logger.rb (Logger): added VERSION constant. + + * lib/logger.rb: removed document for LogDevice. It is an + implementation detail and is not a public interface. + + * test/logger/test_logger.rb: added tests. + Tue Sep 13 21:47:17 2005 Nobuyoshi Nakada * eval.c (BEGIN_CALLARGS): pop halfly pushed status. -- cgit