Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c68b350a87a7be18b5caaada9af1bbde8ec43af9
/
.
/
aos
/
logging
/
dynamic_log_command.fbs
blob: a2db85e2d3e32404b99484164d7c1742867e7def [
file
] [
log
] [
blame
]
namespace
aos
.
logging
;
table
DynamicLogCommand
{
// Application name
name
:
string
(
id
:
0
);
// vlog level to set
vlog_level
:
int
(
id
:
1
);
}
root_type
DynamicLogCommand
;