aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Debugging/DebugLogResponse.proto
blob: 3e7ca4c4911d2c6c07a0e0e6bfdfbd4b5e968b8f (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 DebugLogResponse
{
	DebugLogCategory 	Category = 1;
	string 				FileName = 2;
	uint32 				LineNumber = 3;
	uint32  			Filter = 4;
	string      		Message = 5;
	uint32      		ModuleId = 6;
}