RingLogger.Client.grep

You're seeing just the function grep, go back to RingLogger.Client module for more information.
Link to this function

grep(client_pid, regex_or_string, opts \\ [])

View Source

Specs

grep(GenServer.server(), String.t() | Regex.t(), [RingLogger.client_option()]) ::
  :ok | {:error, term()}

Run a regular expression on each entry in the log and print out the matchers.

Supported options:

  • :pager - an optional 2-arity function that takes an IO device and what to print