Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
18b31bf198249caaa55dd72870d1d0b12dae5890
/
.
/
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
;