aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto
blob: 6648604a1fbd28587822579c1cef93531c8cebd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}