summaryrefslogtreecommitdiff
path: root/src/mongo/logger/console.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-273/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* 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-36209 Log to Visual Studio Debug Output in debug builds if debugger is...Henrik Edin2018-07-231-2/+11
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-16/+6
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-157/+151
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10390 direct console output to WriteConsoleW instead of std::cout unde...Benety Goh2013-11-061-2/+194
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+50