One of the biggest advantages of Logger++ is the ability to quickly search the logs using advanced queries.
Suppose you’ve found a request that’s using a suspicious parameter, and want to figure out where it has come from. A simple query such as the one below will show only the results which match the rule, helping to find its origin.
Filters can be combined using the logical operators AND, OR, XOR and can be negated using the NOT keyword to create complex queries. However, to prevent ambiguity, AND, OR, XOR cannot be combined without using parenthesis to ensure proper parsing.