summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_domain.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-291-3/+0
|
* SERVER-43809 Refactor logv2 configurationHenrik Edin2019-10-151-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 Edin2019-10-101-6/+12
| | | | Does not require modifications to boost::log.
* SERVER-41686 Add unittest to prototype structured logging using boost::log.Henrik Edin2019-07-031-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