syntax = "proto3"; import "DebugLogCategory.proto"; package Tango.PMR.Debugging; option java_package = "com.twine.tango.pmr.debugging"; message StartDebugLogResponse { DebugLogCategory Category = 1; string FileName = 2; int32 LineNumber = 3; int32 Filter = 4; string Message = 5; int32 ModuleId = 6; int32 Parameter = 7; }