Module: QueryOwl::Logger
- Defined in:
- lib/query_owl/logger.rb
Constant Summary collapse
- PREFIX =
"[QueryOwl]"
Class Method Summary collapse
Class Method Details
.log_events(events) ⇒ Object
8 9 10 11 12 |
# File 'lib/query_owl/logger.rb', line 8 def log_events(events) return if events.empty? events.each { |event| write(event) } end |