Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-43891 Cleanup logv2/log.h, remove log record abstraction. | Henrik Edin | 2019-10-29 | 1 | -3/+0 |
| | |||||
* | SERVER-43809 Refactor logv2 configuration | Henrik Edin | 2019-10-15 | 1 | -1/+0 |
| | | | | | Configuration via a single method to make it clearer on how to use Move all global logging specific things into the global logging domain | ||||
* | SERVER-43759 Implement log domains with filtering. | Henrik Edin | 2019-10-10 | 1 | -6/+12 |
| | | | | Does not require modifications to boost::log. | ||||
* | SERVER-41686 Add unittest to prototype structured logging using boost::log. | Henrik Edin | 2019-07-03 | 1 | -0/+58 |
* JSON and Text formatting, including with custom types * Google benchmark to compare against current log system * Ramlog, Console and File logging prototyped * Two ways to implement multiple log domains |