matchFoundMessage static method

String matchFoundMessage(
  1. int limit
)

Formats 'not found' log message.

Implementation

static String matchFoundMessage(int limit) =>
    'Match found, limit set: $limit';