summaryrefslogtreecommitdiff
path: root/src/mongo/logger/log_domain.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-145/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-52/+40
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-101-1/+11
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-8/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+94
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-5092 support log tags for LOG() messagesBenety Goh2014-06-261-18/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11028 new abortOnFailure property of log domainsEric Milkie2013-11-251-3/+14
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+133