Group 1(DEBUG|INFO|WARNING|ERROR) DEBUGthe literal text DEBUG (case sensitive) INFOthe literal text INFO (case sensitive) WARNINGthe literal text WARNING (case sensitive) ERRORthe literal text ERROR (case sensitive) :the literal : (5810 / 728 / 3A16)
\sa Unicode whitespace character
\d{2}a Unicode decimal digit, repeated exactly 2 times
/the literal / (4710 / 578 / 2F16)
.+any Unicode character (except for line terminators), repeated at least once
-the literal - (4510 / 558 / 2D16)
\d{4}a Unicode decimal digit, repeated exactly 4 times
the literal (3210 / 408 / 2016)
\[the literal [ (9110 / 1338 / 5B16)
\w+a Unicode word character, repeated at least once
\]the literal ] (9310 / 1358 / 5D16)
\sa Unicode whitespace character
Negated Character Class[^:]+ +matches at least one character outside the set below:
:the literal : (5810 / 728 / 3A16)
:the literal : (5810 / 728 / 3A16)
\sa Unicode whitespace character
.+any Unicode character (except for line terminators), repeated at least once
by the literal text by (case sensitive) .+any Unicode character (except for line terminators), repeated at least once
\sa Unicode whitespace character
\w+a Unicode word character, repeated at least once
@the literal @ (6410 / 1008 / 4016)
\w+a Unicode word character, repeated at least once
\.the literal . (4610 / 568 / 2E16)
.+any Unicode character (except for line terminators), repeated at least once