5 references to GetResourceString
Microsoft.Extensions.Logging.Console (5)
artifacts\obj\Microsoft.Extensions.Logging.Console\Debug\net9.0\System.SR.cs (5)
16internal static string @BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded", @"Cannot allocate a buffer of size {0}."); 18internal static string @QueueModeNotSupported => GetResourceString("QueueModeNotSupported", @"{0} is not a supported queue mode value."); 20internal static string @MaxQueueLengthBadValue => GetResourceString("MaxQueueLengthBadValue", @"{0} must be larger than zero."); 22internal 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."); 24internal static string @InvalidConfigurationData => GetResourceString("InvalidConfigurationData", @"Failed to convert configuration value at '{0}' to type '{1}'.");