static void Log()

in sample/Sample.cs [214:215]


static void Log(string message)
    => WriteLine($"{DateTime.Now:s}: {message}");