File: artifacts\obj\Microsoft.Extensions.Logging.Console\Debug\net9.0\System.SR.cs
Project: src\src\libraries\Microsoft.Extensions.Logging.Console\src\Microsoft.Extensions.Logging.Console.csproj (Microsoft.Extensions.Logging.Console)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.Microsoft.Extensions.Logging.Console
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.Microsoft.Extensions.Logging.Console.SR)));
 
        /// <summary>Cannot allocate a buffer of size {0}.</summary>
        internal static string @BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded", @"Cannot allocate a buffer of size {0}.");
        /// <summary>{0} is not a supported queue mode value.</summary>
        internal static string @QueueModeNotSupported => GetResourceString("QueueModeNotSupported", @"{0} is not a supported queue mode value.");
        /// <summary>{0} must be larger than zero.</summary>
        internal static string @MaxQueueLengthBadValue => GetResourceString("MaxQueueLengthBadValue", @"{0} must be larger than zero.");
        /// <summary>{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.</summary>
        internal 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.");
        /// <summary>Failed to convert configuration value at '{0}' to type '{1}'.</summary>
        internal static string @InvalidConfigurationData => GetResourceString("InvalidConfigurationData", @"Failed to convert configuration value at '{0}' to type '{1}'.");
 
    }
}