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