[Groonga-commit] groonga/groonga-query-log [master] Move ConsoleReporter under Groonga::QueryLog::Analyzer

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Dec 12 16:15:31 JST 2012


Haruka Yoshihara	2012-12-12 16:15:31 +0900 (Wed, 12 Dec 2012)

  New Revision: a911e5a2989d359ea62ec05156cf85129f150a4a
  https://github.com/groonga/groonga-query-log/commit/a911e5a2989d359ea62ec05156cf85129f150a4a

  Log:
    Move ConsoleReporter under Groonga::QueryLog::Analyzer

  Modified files:
    lib/groonga/query-log/analyzer/reporter/console.rb

  Modified: lib/groonga/query-log/analyzer/reporter/console.rb (+2 -0)
===================================================================
--- lib/groonga/query-log/analyzer/reporter/console.rb    2012-12-12 16:07:35 +0900 (2076485)
+++ lib/groonga/query-log/analyzer/reporter/console.rb    2012-12-12 16:15:31 +0900 (f3efe1c)
@@ -21,6 +21,7 @@ require "groonga/query-log/analyzer/reporter"
 
 module Groonga
   module QueryLog
+    class Analyzer
     class ConsoleReporter < Reporter
       class Color
         NAMES = ["black", "red", "green", "yellow",
@@ -285,5 +286,6 @@ module Groonga
         "%s%s%s" % [color.escape_sequence, text, @reset_color.escape_sequence]
       end
     end
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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