summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * compile gccdwight2011-12-311-1/+1
* | xdwight2012-01-031-4/+4
|/
* it was very hard to include log.h without pch.hdwight2011-12-311-147/+15
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+581