DebugLog.proto 123 B

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