In addition to Jeff Roe I've managed to get this:
Warnings: Console.WriteLine($"Warning: Warning '{message}'");
Errors: Console.WriteLine($"Error: Error '{message}'");
Sadly I could not figure out how to get green output.
If any1 could add this I would be super happy !