Added Buffer->Controller logging capabilities.
This commit is contained in:
parent
ce5b99774d
commit
d625e68c5f
4 changed files with 23 additions and 5 deletions
|
@ -488,6 +488,11 @@ int main(int argc, char ** argv){
|
|||
}
|
||||
}
|
||||
}
|
||||
if (Request.isMember("ctrl_log") && Request["ctrl_log"].size() > 0){
|
||||
for (JSON::ArrIter it = Request["ctrl_log"].ArrBegin(); it != Request["ctrl_log"].ArrEnd(); it++){
|
||||
Controller::Log((*it)[0u], (*it)[1u]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue