In this exercise you'll be processing log-lines.
Each log line is a string formatted as follows: "[<LVL>]: <MESSAGE>"
.
These are the different log levels:
TRC
(trace)DBG
(debug)INF
(info)WRN
(warning)ERR
(error)FTL
(fatal)These are example tasks that fit the log line parser: