summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-07-28 11:26:19 -0400
committerMatt Cotter <matt.cotter@mongodb.com>2016-08-01 18:53:44 -0400
commit4c8cae0a1eaf70dbb5db6b39926eeda5da0fed3e (patch)
treec7a207cd5b922f31cc1f1ab3d5dfff59ce38dc7c /src/mongo/util/log.h
parent750754153357481e40c498f1def3371af79f2309 (diff)
downloadmongo-4c8cae0a1eaf70dbb5db6b39926eeda5da0fed3e.tar.gz
SERVER-22734 unify --version output, thus adding enterprise designations
Diffstat (limited to 'src/mongo/util/log.h')
-rw-r--r--src/mongo/util/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/util/log.h b/src/mongo/util/log.h
index dbd9943e47d..aed08960309 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -225,6 +225,11 @@ std::pair<int, std::string> errnoAndDescription();
*/
void logContext(const char* msg = NULL);
+/**
+ * Turns the global log manager into a plain console logger (no adornments).
+ */
+void setPlainConsoleLogger();
+
} // namespace mongo
#endif // MONGO_UTIL_LOG_H_