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; uint32 LineNumber = 3; uint32 Filter = 4; string Message = 5; uint32 ModuleId = 6; }