Method: RequestLogAnalyzer::Aggregator::Summarizer#has_log_ordering_warnings?

Defined in:
lib/request_log_analyzer/aggregator/summarizer.rb

#has_log_ordering_warnings?Boolean

Returns true if there were any log ordering warnings

Returns:

  • (Boolean)


162
163
164
# File 'lib/request_log_analyzer/aggregator/summarizer.rb', line 162

def has_log_ordering_warnings?
  @warnings_encountered[:no_current_request] && @warnings_encountered[:no_current_request] > 0
end