This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8822 from EOSIO/merge_minize_logging_from_develop
Merge minimize logging changes to 2.0.x
- Loading branch information
Showing
5 changed files
with
65 additions
and
8 deletions.
There are no files selected for viewing
Submodule fc
updated
7 files
+34 −21 | include/fc/io/json.hpp | |
+75 −72 | src/io/json.cpp | |
+1 −1 | src/log/gelf_appender.cpp | |
+14 −4 | src/variant.cpp | |
+9 −3 | test/io/CMakeLists.txt | |
+401 −0 | test/io/test_json.cpp | |
+65 −1 | test/variant/test_variant.cpp |
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