1 write to _mapping
NuGet.CommandLine.XPlat (1)
Utility\RemappedLevelLogger.cs (1)
19_mapping = mapping;
6 references to _mapping
NuGet.CommandLine.XPlat (6)
Utility\RemappedLevelLogger.cs (6)
26LogLevel.Debug => _mapping.Debug, 27LogLevel.Verbose => _mapping.Verbose, 28LogLevel.Information => _mapping.Information, 29LogLevel.Minimal => _mapping.Minimal, 30LogLevel.Warning => _mapping.Warning, 31LogLevel.Error => _mapping.Error,