TileDB
TileDB copied to clipboard
Develop basic logging test infrastructure
I wrote basic logging infrastructure that verifies whether a JSON log is valid JSON.
I refactored the logger class to include a second sink to a std::ostringstream. Then, after the test is finished running, I output the log and test whether the log is valid.
TYPE: FEATURE DESC: Basic logging infrastructure
This pull request has been linked to Shortcut Story #14050: Develop basic logger test infrastructure.
Also @eric-hughes-tiledb does this mean I should try to change some of the header files in logger.h?
header files in logger.h
Include common-std.h in that file, then use the names that have been incorporated into the global namespace without qualification.
Deferred for now.