Sarah Newman | a7e8793 | 2022-04-11 15:00:03 -0700 | [diff] [blame] | 1 | namespace aos.logging; |
2 | |||||
3 | table DynamicLogCommand { | ||||
4 | // Application name | ||||
5 | name:string (id: 0); | ||||
6 | |||||
7 | // vlog level to set | ||||
8 | vlog_level:int (id: 1); | ||||
9 | } | ||||
10 | |||||
11 | root_type DynamicLogCommand; |