\|the literal | (12410 / 1748 / 7C16)
Group serviceName(?<serviceName>[^\:]+) Negated Character Class[^\:]+ +matches at least one character outside the set below:
\:the literal : (5810 / 728 / 3A16)
\:the literal : (5810 / 728 / 3A16)
\s+any whitespace character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
Group timeInMs(?<timeInMs>\d+\.\d+) \d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
\sany whitespace character
msthe literal text ms (case sensitive) \)the literal ) (4110 / 518 / 2916)
\]the literal ] (9310 / 1358 / 5D16)
\)the literal ) (4110 / 518 / 2916)
$end of string, or before its final line terminator
g modifier: global. Finds all matches instead of stopping after the first