[Groonga-commit] droonga/fluent-plugin-droonga at fc96d9e [master] logger: add missing warn method

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 28 15:48:53 JST 2014


Kouhei Sutou	2014-02-28 15:48:53 +0900 (Fri, 28 Feb 2014)

  New Revision: fc96d9ed3b9c2d633a0337a1ab3402fcf513d694
  https://github.com/droonga/fluent-plugin-droonga/commit/fc96d9ed3b9c2d633a0337a1ab3402fcf513d694

  Message:
    logger: add missing warn method

  Modified files:
    lib/droonga/logger.rb

  Modified: lib/droonga/logger.rb (+4 -0)
===================================================================
--- lib/droonga/logger.rb    2014-02-28 15:38:20 +0900 (34bb562)
+++ lib/droonga/logger.rb    2014-02-28 15:48:53 +0900 (7a9343e)
@@ -50,6 +50,10 @@ module Droonga
       log(:info, message, data)
     end
 
+    def warn(message, data={})
+      log(:warn, message, data)
+    end
+
     def error(message, data={})
       log(:error, message, data)
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index