[前][次][番号順一覧][スレッド一覧]

ruby-changes:42570

From: sonots <ko1@a...>
Date: Tue, 19 Apr 2016 11:58:37 +0900 (JST)
Subject: [ruby-changes:42570] sonots:r54644 (trunk): * ChangeLog: Add descriptions for logger updates

sonots	2016-04-19 12:55:13 +0900 (Tue, 19 Apr 2016)

  New Revision: 54644

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54644

  Log:
    * ChangeLog: Add descriptions for logger updates
    * NEWS: Add descriptions for logger updates

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54643)
+++ ChangeLog	(revision 54644)
@@ -1,3 +1,17 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Mar 19 12:45:03 2016  Naotoshi Seo  <sonots@g...>
+
+	* ChangeLog: Add decriptions for logger updates
+	* NEWS: Add descriptions for logger updates
+
+Mon Apr 19 12:45:02 2016  Naotoshi Seo  <sonots@g...>
+
+	* lib/logger.rb: Add shift_period_suffix option
+
+Mon Apr 19 12:45:01 2016  Naotoshi Seo  <sonots@g...>
+
+	* lib/logger.rb: Allow specifying logger parameters in constructor
+	  such as level, progname, datetime_format, formatter.
+
 Mon Apr 18 16:07:01 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* compile.c (iseq_peephole_optimize): should not replace the
Index: NEWS
===================================================================
--- NEWS	(revision 54643)
+++ NEWS	(revision 54644)
@@ -64,6 +64,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L64
 
   * Add a liberal_parsing option. [Feature #11839]
 
+* Logger
+
+	* Allow specifying logger parameters in constructor such
+	  as level, progname, datetime_format, formatter. [Feature #12224]
+	* Add shift_period_suffix option. [Feature #10772]
+
 * optparse
 
   * Add an into option. [Feature #11191]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]