summaryrefslogtreecommitdiff
path: root/src/mongo/logger/logstream_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2016-01-291-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-102/+95
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18133 Make LogstreamBuilder movable, other C++11 improvements.Andy Schwerin2015-04-201-51/+42
* SERVER-15901: Correctly finalize the ThreadOstreamCache in unittestsGeert Bosch2015-04-101-0/+11
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-291-1/+17
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10606 fix labeled level to correctly output space after labelGreg Studer2013-08-261-0/+1
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-241-1/+2
* SERVER-10314 Make logger format RamLog lines like console log lines.Andy Schwerin2013-07-241-3/+9
* SERVER-10084 Make LogstreamBuilder safe to use during static init; fix memory...Andrew Schwerin2013-07-101-8/+24
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+110