All Problems
8/10
Log Parser
MediumParse a log file where each line has a timestamp, level, and message separated by | characters. Part 1: Print how many ERROR lines there are. Part 2: Print the message of the first WARN line.
Given variables
logs: a multi-line string of log entries
2 test cases
Hit Test to see output...Loading WASM...Docs