Commit f63ccbd9 authored by Lioncash's avatar Lioncash
Browse files

logging/filter: Use std::string_view in ParseFilterString()

Allows avoiding constructing std::string instances, since this only
reads an arbitrary sequence of characters.

We can also make ParseFilterRule() internal, since it doesn't depend on
any private instance state of Filter
parent 7a1a860a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment