syntax = "proto3"; message DebugLog { int32 format = 1; repeated int32 loglist = 2; string log1 = 3; int64 log2 = 4; }