Commit 457d1b44 authored by Lioncash's avatar Lioncash
Browse files

logging/backend: Use std::string_view in RemoveBackend() and GetBackend()

These can just use a view to a string since its only comparing against
two names in both cases for matches. This avoids constructing
std::string instances where they aren't necessary.
parent c1c9ab31
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