4 references to GetResourceString
Microsoft.Extensions.Logging.Console (4)
artifacts\obj\Microsoft.Extensions.Logging.Console\Debug\net10.0\System.SR.cs (4)
16internal static string @QueueModeNotSupported => GetResourceString("QueueModeNotSupported", @"{0} is not a supported queue mode value."); 18internal static string @MaxQueueLengthBadValue => GetResourceString("MaxQueueLengthBadValue", @"{0} must be larger than zero."); 20internal static string @WarningMessageOnDrop => GetResourceString("WarningMessageOnDrop", @"{0} message(s) dropped because of queue size limit. Increase the queue size or decrease logging verbosity to avoid this. You may change `ConsoleLoggerQueueFullMode` to stop dropping messages."); 22internal static string @InvalidConfigurationData => GetResourceString("InvalidConfigurationData", @"Failed to convert configuration value at '{0}' to type '{1}'.");