Added stream name to logs API call responses
This commit is contained in:
parent
14889fa35b
commit
b2c9cc2c1b
4 changed files with 9 additions and 5 deletions
|
@ -39,7 +39,7 @@ namespace Util{
|
|||
|
||||
};
|
||||
|
||||
void logParser(int in, int out, bool colored, void callback(std::string, std::string, bool) = 0);
|
||||
void logParser(int in, int out, bool colored, void callback(const std::string &, const std::string &, const std::string &, bool) = 0);
|
||||
void redirectLogsIfNeeded();
|
||||
|
||||
/// Holds type, size and offset for RelAccX class internal data fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue