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