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