2 references to GetEffectiveLogLevel
dotnet-watch (1)
Program.cs (1)
85var loggerFactory = new LoggerFactory(reporter, options.GlobalOptions.GetEffectiveLogLevel(environmentOptions));
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
43var consoleInput = new ConsoleInputReader(_console, context.Options.GetEffectiveLogLevel(context.EnvironmentOptions), context.EnvironmentOptions.SuppressEmojis);