mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
53 lines
2.0 KiB
C#
53 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ServerLogLevel.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#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 EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from ServerLogLevel.proto</summary>
|
|
public static partial class ServerLogLevelReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ServerLogLevel.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ServerLogLevelReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChRTZXJ2ZXJMb2dMZXZlbC5wcm90byqZAQoOU2VydmVyTG9nTGV2ZWwSGQoV",
|
|
"U0VSVkVSX0xPR19MRVZFTF9OT05FEAASGgoWU0VSVkVSX0xPR19MRVZFTF9E",
|
|
"RUJVRxABEhkKFVNFUlZFUl9MT0dfTEVWRUxfSU5GTxACEhkKFVNFUlZFUl9M",
|
|
"T0dfTEVWRUxfV0FSThADEhoKFlNFUlZFUl9MT0dfTEVWRUxfRVJST1IQBEIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ServerLogLevel), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum ServerLogLevel {
|
|
[pbr::OriginalName("SERVER_LOG_LEVEL_NONE")] None = 0,
|
|
[pbr::OriginalName("SERVER_LOG_LEVEL_DEBUG")] Debug = 1,
|
|
[pbr::OriginalName("SERVER_LOG_LEVEL_INFO")] Info = 2,
|
|
[pbr::OriginalName("SERVER_LOG_LEVEL_WARN")] Warn = 3,
|
|
[pbr::OriginalName("SERVER_LOG_LEVEL_ERROR")] Error = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|