TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Develop basic logging test infrastructure

Open abigalekim opened this issue 2 years ago • 3 comments

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

abigalekim avatar Feb 02 '22 19:02 abigalekim

Also @eric-hughes-tiledb does this mean I should try to change some of the header files in logger.h?

abigalekim avatar Feb 02 '22 21:02 abigalekim

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.

eric-hughes-tiledb avatar Feb 02 '22 21:02 eric-hughes-tiledb

Deferred for now.

ihnorton avatar Sep 28 '23 18:09 ihnorton