2 references to GetLogMessagePrefix
dotnet-watch (2)
Process\ProjectLauncher.cs (1)
94
(EnvironmentOptions.SuppressEmojis ? Emoji.Default : Emoji.Agent).
GetLogMessagePrefix
() + $"[{projectDisplayName}]";
UI\ConsoleReporter.cs (1)
36
writer.Write((SuppressEmojis ? Emoji.Default : emoji).
GetLogMessagePrefix
());