3 writes to LogToStandardErrorThreshold
aspire (1)
Program.cs (1)
235consoleLogOptions.LogToStandardErrorThreshold = LogLevel.Trace;
Microsoft.Extensions.Logging.Console (2)
_generated\0\BindingExtensions.g.cs (2)
206instance.LogToStandardErrorThreshold = ParseEnum<global::Microsoft.Extensions.Logging.LogLevel>(value7, configuration.GetSection("LogToStandardErrorThreshold").Path); 211instance.LogToStandardErrorThreshold = instance.LogToStandardErrorThreshold;
3 references to LogToStandardErrorThreshold
Microsoft.Extensions.Logging.Console (3)
_generated\0\BindingExtensions.g.cs (1)
211instance.LogToStandardErrorThreshold = instance.LogToStandardErrorThreshold;
ConsoleLogger.cs (2)
70_queueProcessor.EnqueueMessage(new LogMessageEntry(computedAnsiString, logAsError: logLevel >= Options.LogToStandardErrorThreshold)); 93_queueProcessor.EnqueueMessage(new LogMessageEntry(computedAnsiString, logAsError: rec.LogLevel >= Options.LogToStandardErrorThreshold));