exercism.org/csharp/log-levels/HINTS.md

1.6 KiB

Hints

General

1. Get message from a log line

  • Different options to search for text in a string are explored in this tutorial.
  • Removing white space is built-in.

2. Get log level from a log line

3. Reformat a log line