summaryrefslogtreecommitdiff
path: root/src/mongo/logger/log_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+6
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-446/+438
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-5/+5
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-16/+39
* SERVER-16209 LogComponent::kJournaling -> kJournalMatt Kangas2014-11-181-1/+1
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-123/+0
* SERVER-14729 support overriding of default log component in unconditional log...Benety Goh2014-08-121-42/+66
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-291-13/+124
* SERVER-14415 extended LogComponent and LogComponentSettings to support hierar...Benety Goh2014-07-151-0/+41
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-301-139/+145
* SERVER-5092 support log tags for LOG() messagesBenety Goh2014-06-261-2/+279
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-241-3/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+147