summaryrefslogtreecommitdiff
path: root/util/log.h
Commit message (Expand)AuthorAgeFilesLines
* fix log with shared_ptrEliot Horowitz2011-01-261-10/+7
* nice way to indent log messagesEliot Horowitz2011-01-091-0/+20
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-50/+51
* fix some type conversion warnings SERVER-2251Eliot Horowitz2010-12-231-1/+1
* don't try to log empty stringsEliot Horowitz2010-12-221-2/+7
* pop pragma to avoid header pollutiondwight2010-11-251-0/+5
* dur workDwight2010-10-011-1/+0
* LOG macros so can use LOG(1) instead of log(1)Eliot Horowitz2010-09-171-0/+3
* oopsdwight2010-09-101-1/+1
* compile?Dwight2010-09-091-1/+1
* log StringDataEliot Horowitz2010-08-251-0/+4
* some log cleaningEliot Horowitz2010-08-251-3/+6
* fix one logLockless problem..but there are more!dwight2010-08-221-1/+2
* dont heap allocate in rawOut function when avoidabledwight2010-08-221-34/+34
* fix compile warningsAlberto Lerner2010-08-171-1/+1
* SERVER-1593 a new signal handler for abrupt exit casesAlberto Lerner2010-08-161-1/+3
* SERVER-1593 Expose log file descriptor (needed in new segv handler).Alberto Lerner2010-08-161-0/+5
* move log flush code to after errnoWithDescriptionMathias Stearn2010-08-111-63/+67
* check return from fwrite SERVER-1578Mathias Stearn2010-08-111-4/+12
* attempt clean up ernoodesc on windowsdwight2010-07-281-1/+5
* safe shutdownEliot Horowitz2010-07-281-4/+8
* some log cleaningEliot Horowitz2010-07-251-3/+3
* don't put 0 and end of stringEliot Horowitz2010-07-241-1/+1
* change log format to TIME-THREAD-LEVEL-MSG and adjust ramlog for itEliot Horowitz2010-07-241-13/+22
* fix rawOut to use --logpathEliot Horowitz2010-07-231-1/+11
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-1/+1
* change LazyString to toString rather than (string)Eliot Horowitz2010-07-171-1/+5
* make a global RamLog and display in webserverEliot Horowitz2010-07-171-0/+7
* Rejiggering of log file handling. should solve SERVER-733Mathias Stearn2010-07-151-8/+20
* errno doesnt work with winsock, handledwight2010-07-071-2/+35
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-11/+1
* git rid of "operator string"Mathias Stearn2010-07-071-1/+11
* debuggabilityEliot Horowitz2010-07-011-1/+1
* better logEliot Horowitz2010-06-301-1/+1
* better thread name loggingEliot Horowitz2010-06-291-7/+7
* log a thread ID if using a recent version of BOOSTAlberto Lerner2010-06-291-1/+6
* tr1 confict on win64Eliot Horowitz2010-06-281-2/+0
* win64 namesEliot Horowitz2010-06-281-8/+8
* starting some log abstraction cleaningEliot Horowitz2010-06-281-6/+40
* cleaning db.vcxprojDwight Merriman2010-06-011-1/+1
* fix shared_ptr logEliot Horowitz2010-05-241-1/+1
* log less during unit testsDwight2010-05-191-0/+9
* change log.hDwight Merriman2010-05-151-10/+8
* messing around with syslogEliot Horowitz2010-05-141-0/+7
* in log() gen time at endEliot Horowitz2010-05-141-5/+15
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-0/+1
* ramlogDwight2010-05-071-8/+11
* rsDwight2010-05-071-5/+20
* get rid of macros in log.hDwight Merriman2010-04-241-22/+26
* replace pragmas push_macro and pop_macro SERVER-1042Mathias Stearn2010-04-231-2/+5