summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-251-0/+16
* 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
* Include what you use -- util/log.hTad Marshall2012-06-031-0/+1
* Rename sayDbContext() to logContext(), and move from util.{h,cpp} to log.{h,c...Andy Schwerin2012-05-311-0/+5
* Whitespace -- util/log.hTad Marshall2012-05-301-22/+21
* Do not call dbexit() from within logRotate or initLogging().Andy Schwerin2012-04-301-2/+2
* Log file library.Andy Schwerin2012-04-241-2/+0
* Add function for removing a global log tee.Aaron2012-04-121-0/+2
* pare down pch.h some moreEric Milkie2012-04-051-0/+1
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-19/+15
* log more on dbtests run when _DEBUG is set. may be too chatty but otherwise h...dwight2012-02-121-1/+3
* Merge branch 'master' of github.com:mongodb/mongodwight2012-01-031-1/+1
|\