|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Diagnostics.TraceSource
{
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.System.Diagnostics.TraceSource.SR)));
/// <summary>'{0}' is not a valid attribute for type '{1}'.</summary>
internal static string @AttributeNotSupported => GetResourceString("AttributeNotSupported", @"'{0}' is not a valid attribute for type '{1}'.");
/// <summary>An exception occurred while writing to the log file {0}: {1}.</summary>
internal static string @ExceptionOccurred => GetResourceString("ExceptionOccurred", @"An exception occurred while writing to the log file {0}: {1}.");
/// <summary>Only TraceListeners can be added to a TraceListenerCollection.</summary>
internal static string @MustAddListener => GetResourceString("MustAddListener", @"Only TraceListeners can be added to a TraceListenerCollection.");
/// <summary>Fail:</summary>
internal static string @TraceListenerFail => GetResourceString("TraceListenerFail", @"Fail:");
/// <summary>The IndentSize property must be non-negative.</summary>
internal static string @TraceListenerIndentSize => GetResourceString("TraceListenerIndentSize", @"The IndentSize property must be non-negative.");
/// <summary>---- DEBUG ASSERTION FAILED ----</summary>
internal static string @DebugAssertBanner => GetResourceString("DebugAssertBanner", @"---- DEBUG ASSERTION FAILED ----");
/// <summary>---- Assert Short Message ----</summary>
internal static string @DebugAssertShortMessage => GetResourceString("DebugAssertShortMessage", @"---- Assert Short Message ----");
/// <summary>---- Assert Long Message ----</summary>
internal static string @DebugAssertLongMessage => GetResourceString("DebugAssertLongMessage", @"---- Assert Long Message ----");
/// <summary>Attempted to set {0} to a value that is too low. Setting level to TraceLevel.Off</summary>
internal static string @TraceSwitchLevelTooLow => GetResourceString("TraceSwitchLevelTooLow", @"Attempted to set {0} to a value that is too low. Setting level to TraceLevel.Off");
/// <summary>The Level must be set to a value in the enumeration TraceLevel.</summary>
internal static string @TraceSwitchInvalidLevel => GetResourceString("TraceSwitchInvalidLevel", @"The Level must be set to a value in the enumeration TraceLevel.");
/// <summary>Attempted to set {0} to a value that is too high. Setting level to TraceLevel.Verbose</summary>
internal static string @TraceSwitchLevelTooHigh => GetResourceString("TraceSwitchLevelTooHigh", @"Attempted to set {0} to a value that is too high. Setting level to TraceLevel.Verbose");
}
}
|