<the literal < (6010 / 748 / 3C16)
Group log_level(?<log_level>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group class(?<class>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group hostname(?<hostname>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group viewname(?<viewname>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group unknown1(?<unknown1>[^>].)? ?repeats the group contents below at most once:
Negated Character Class[^>] >the literal > (6210 / 768 / 3E16)
.any character (except for line terminators)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group exec_process(?<exec_process>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<requestId=the literal text <requestId= (case sensitive) Group Req_ID(?<Req_ID>[^>]+) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<the literal < (6010 / 748 / 3C16)
Group unknown2(?<unknown2>[^>]+)? ?repeats the group contents below at most once:
Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
<clientIp=the literal text <clientIp= (case sensitive) Group Cust_IP(?<Cust_IP>[^\"]+) Negated Character Class[^\"]+ +matches at least one character outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
>the literal > (6210 / 768 / 3E16)
\"the literal " (3410 / 428 / 2216)
Group log_class(?<log_class>[^:].+) Negated Character Class[^:] :the literal : (5810 / 728 / 3A16)
.+any character (except for line terminators), repeated at least once
:the literal : (5810 / 728 / 3A16)
Group App_Name(?<App_Name>[^\ ]+) Negated Character Class[^\ ]+ +matches at least one character outside the set below:
\ the literal (3210 / 408 / 2016)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string