aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto
blob: b8aa1a3f112469753eb3b6bfb33ba2736eb38666 (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;
	int32 				LineNumber = 3;
	int32  				Filter = 4;
	string     			Message = 5;
	int32      			ModuleId = 6;
	int32				Parameter = 7;
}