Beispiel #1
0
 private async Task Log(string message, string color)
 => await js.LogColored($"[{DateTime.Now.ToLongTimeString()}] {message}", color, background);