summaryrefslogtreecommitdiff
path: root/src/mongo/logger/logstream_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-221-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+17
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-13/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-301-4/+8
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-7/+6
* SERVER-23548 Remove More VS2013 WorkaroundsMark Benvenuto2016-05-051-23/+0
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-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