summaryrefslogtreecommitdiff
path: root/src/mongo/logger/message_event_utf8_encoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-63/+61
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-291-5/+8
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-2/+3
* SERVER-7965 Change default date format in logs to iso8601-local.Andy Schwerin2013-08-191-1/+1
* SERVER-7965 Make the timestamp format settable in servers.Andy Schwerin2013-07-261-1/+11
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-1/+1
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-241-1/+1
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-3/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+87