syntax = "proto3";
enum ServerLogType {
SERVER_LOG_NONE = 0;
SERVER_LOG_ABILITY = 1;
SERVER_LOG_LEVEL = 2;
}