// Generated by the protocol buffer compiler. DO NOT EDIT! // source: DebugLogCategory.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Tango.PMR.Debugging { /// Holder for reflection information generated from DebugLogCategory.proto public static partial class DebugLogCategoryReflection { #region Descriptor /// File descriptor for DebugLogCategory.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static DebugLogCategoryReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZEZWJ1Z0xvZ0NhdGVnb3J5LnByb3RvEhNUYW5nby5QTVIuRGVidWdnaW5n", "Kk0KEERlYnVnTG9nQ2F0ZWdvcnkSCAoESW5mbxAAEgsKB1dhcm5pbmcQARIJ", "CgVFcnJvchACEgwKCENyaXRpY2FsEAMSCQoFRGVidWcQBEIfCh1jb20udHdp", "bmUudGFuZ28ucG1yLmRlYnVnZ2luZ2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Debugging.DebugLogCategory), }, null)); } #endregion } #region Enums public enum DebugLogCategory { [pbr::OriginalName("Info")] Info = 0, [pbr::OriginalName("Warning")] Warning = 1, [pbr::OriginalName("Error")] Error = 2, [pbr::OriginalName("Critical")] Critical = 3, [pbr::OriginalName("Debug")] Debug = 4, } #endregion } #endregion Designer generated code