summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37740 SERVER-37741 remove deprecated LabeledLevelKevin Pulo2018-11-211-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-1/+5
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-281-8/+1
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-301-0/+16
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-011-0/+5
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-0/+1
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-1/+0
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-0/+1
* SERVER-22364 threadsafe errno printing, pidfile error fixMatt Cotter2016-02-251-0/+1
* SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow2015-10-271-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-133/+150
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-0/+7
* SERVER-16718 remove LogIndentLevel from log.h/log.cppalabid2015-01-051-7/+0
* SERVER-15592 Enforce MONGO_LOG_DEFAULT_COMPONENT specification during compileMatt Kangas2014-10-141-2/+2
* SERVER-14729 disallow multiple inclusion of mongo/util/log.hBenety Goh2014-08-121-1/+16
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-16/+0
* SERVER-14729 support overriding of default log component in unconditional log...Benety Goh2014-08-121-24/+72
* SERVER-5092 qualify LogstreamBuilder and getThreadName in MONGO_LOG macrosBenety Goh2014-08-071-4/+4
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-291-4/+4
* SERVER-5092 removed LogTag typedef and macros.Benety Goh2014-06-301-7/+0
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-301-18/+25
* SERVER-5092 support log tags for LOG() messagesBenety Goh2014-06-261-1/+36
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-1/+9
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-5/+0
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-4/+0
* SERVER-14113 logging cleanup - removed MONGO_DLOGBenety Goh2014-06-031-4/+0
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-10/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-5/+1
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-13/+0
* SERVER-11941 Don't use buffered output in rawOutMathias Stearn2013-12-051-2/+2
* SERVER-10886 Create function to override rawOut destination stream to avoid c...Shaun Verch2013-11-261-0/+12
* SERVER-10606 fix labeled level to correctly output space after labelGreg Studer2013-08-261-1/+0
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-411/+68
* Use fast thread-local for loggingMathias Stearn2013-01-191-1/+0
* SERVER-8244 Pass log levels from MONGO_LOG to LogstreamMathias Stearn2013-01-191-6/+25
* Return nullstream in don't-log case of MONGO_LOGMathias Stearn2013-01-191-1/+1
* SERVER-7091 When available, include authenticated user information in log mes...Andy Schwerin2012-12-181-0/+11
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-1/+1
* SERVER-7335 Warn if readahead is set to > 256KBMathias Stearn2012-11-051-1/+1
* SERVER-7231 Removed log(level) functionsShaun Verch2012-10-241-19/+2
* SERVER-7231 Use ternary operator in LOG() macro and add necessary comparison ...Shaun Verch2012-10-241-1/+14
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* Fix syslog for SERVER-6706Akshay Kumar2012-08-031-2/+2
* Use startupWarningsLog SERVER-6609Kristina2012-07-261-0/+1
* Revert "SERVER-6461: Ensure that nullstream instance is constructed before ma...Andy Schwerin2012-07-171-2/+1
* SERVER-6461: Ensure that nullstream instance is constructed before main().Andy Schwerin2012-07-161-1/+2