Method: Groonga::CallbackQueryLogger#log

Defined in:
lib/groonga/query-logger.rb

#log(flag, timestamp, info, message) ⇒ Object



111
112
113
114
115
# File 'lib/groonga/query-logger.rb', line 111

def log(flag, timestamp, info, message)
  guard do
    @callback.call(:log, flag, timestamp, info, message)
  end
end