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;