aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Debugging/SetDebugLogCategoryRequest.proto
blob: a2b520af525db3a93be6e777dcf17fea8e1f0c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

import "DebugLogCategory.proto";

package Tango.PMR.Debugging;
option java_package = "com.twine.tango.pmr.debugging";

message SetDebugLogCategoryRequest
{
	DebugLogCategory 	MinimumCategory = 1;
}