-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #4961. Add spdlog submodule. * Refs #4961. Add logget functions. * Refs #4961. Add log to UDP server in Linux. * Refs #4961. Add log to ProxyClient and Root. * Refs #4961. Add log to AgentDiscoverer and DiscoveyServer. * Ref #4961. Replace Logger function by macros. * Refs #4961. Add hexadecimal output to Logger. * Refs #4961. Add log to InputMessage. * Refs #4961. Add log to OutputMessage. * Refs #4961. Add log to UDPServerLinux. * Refs #4961. Add log warnings to Root. * Refs #4961. Add warnings to ProxyClient. * Refs #4961. Remove unused functions in InputMessage. * Refs #4961. Remove log in InputMessage and OutputMessage headers. * Refs #4961. Add operator<< to EndPoint. * Refs #4961. Add session log to server. * Refs #4961. Add Logger class. * Refs #4961. Change log message format and add Color class to utils. * Refs #4961. Adapt logs to new format. * Refs #4861. Add write and read log. * Refs #4961. Implement logs message macro. * Refs #4961. Clean Logger class. * Refs #4961. Remove unnecessary check at ProxyClient. * Refs #4961. Add create object log in ProxyClient. * Refs #4961. Add log patterns. * Refs #4961. Modify object_id policy in Agent API. * Refs #4961. Add delete object function to Agent API. * Refs #4961. Modify object to raw convertion policy. * Refs #4961. Add log to TCP server on Linux. * Refs #4961. Add log to Serial server on Linux. * Refs #4961. Fix Windows compilation errors. * Refs #4961. Add decorate macro for logger messages. * Refs #4961. Add suffix to object_ids in logger. * Refs #4959. Remove unnecessary comments. * Refs 4959. Fix memcheck errors. * Refs #4959. Fix rebase errors. * Logger PR review (#82) * Add Doxygen comments. Fix typo. * Add write documentation. * Remove redundant variables. * Refactor payload deserialize. * Improve logger macro API. * Add QTCreator files to .gitignore. * Refs #4949. Fix doc comments and message's logging. (#83) * Update src/cpp/Root.cpp Co-Authored-By: Borja Outerelo <[email protected]> * Refs #4959. Attend pull request comments.
- Loading branch information
1 parent
c5926a2
commit a24ab71
Showing
63 changed files
with
1,768 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.