3 writes to LogToStandardErrorThreshold
aspire (1)
Program.cs (1)
235
consoleLogOptions.
LogToStandardErrorThreshold
= LogLevel.Trace;
Microsoft.Extensions.Logging.Console (2)
_generated\0\BindingExtensions.g.cs (2)
206
instance.
LogToStandardErrorThreshold
= ParseEnum<global::Microsoft.Extensions.Logging.LogLevel>(value7, configuration.GetSection("LogToStandardErrorThreshold").Path);
211
instance.
LogToStandardErrorThreshold
= instance.LogToStandardErrorThreshold;
3 references to LogToStandardErrorThreshold
Microsoft.Extensions.Logging.Console (3)
_generated\0\BindingExtensions.g.cs (1)
211
instance.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
));