4 references to SetupLogging
dotnet-format (4)
Commands\FormatAnalyzersCommand.cs (1)
34var logger = SetupLogging(minimalLogLevel: formatOptions.LogLevel, minimalErrorLevel: LogLevel.Warning);
Commands\FormatStyleCommand.cs (1)
34var logger = SetupLogging(minimalLogLevel: formatOptions.LogLevel, minimalErrorLevel: LogLevel.Warning);
Commands\FormatWhitespaceCommand.cs (1)
65var logger = SetupLogging(minimalLogLevel: formatOptions.LogLevel, minimalErrorLevel: LogLevel.Warning);
Commands\RootFormatCommand.cs (1)
37var logger = SetupLogging(minimalLogLevel: formatOptions.LogLevel, minimalErrorLevel: LogLevel.Warning);