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