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

ruby-changes:40544

From: kazu <ko1@a...>
Date: Wed, 18 Nov 2015 00:25:21 +0900 (JST)
Subject: [ruby-changes:40544] kazu:r52623 (trunk): Logger is Stdlib instead of Core classes

kazu	2015-11-18 00:25:07 +0900 (Wed, 18 Nov 2015)

  New Revision: 52623

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

  Log:
    Logger is Stdlib instead of Core classes

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 52622)
+++ NEWS	(revision 52623)
@@ -77,12 +77,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L77
   * Kernel#loop, when stopped by a StopIteration exception, returns
     what the enumerator has returned instead of nil. [Feature #11498]
 
-* Logger
-
-  * Logger#level= now supports symbol and string levels such as :debug, :info,
-    :warn, :error, :fatal (case insensitive) [Feature #11695]
-  * Logger#reopen is added to reopen a log device. [Feature #11696]
-
 * Module
   * Module#deprecate_constant [Feature #11398]
 
@@ -144,6 +138,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L138
 
 === Stdlib updates (outstanding ones only)
 
+* Logger
+
+  * Logger#level= now supports symbol and string levels such as :debug, :info,
+    :warn, :error, :fatal (case insensitive) [Feature #11695]
+  * Logger#reopen is added to reopen a log device. [Feature #11696]
+
 * Socket
   * Socket#connect_nonblock, Socket#accept_nonblock,
     TCPServer#accept_nonblock, UNIXServer#accept_nonblock,

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

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