summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logv2/log_manager.h')
-rw-r--r--src/mongo/logv2/log_manager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mongo/logv2/log_manager.h b/src/mongo/logv2/log_manager.h
index d80fde255ae..059a3e7d019 100644
--- a/src/mongo/logv2/log_manager.h
+++ b/src/mongo/logv2/log_manager.h
@@ -58,10 +58,10 @@ public:
LogDomain& getGlobalDomain();
/**
- * Detaches the default log backends
- *
- * @note This function is not thread safe.
- */
+ * Detaches the default log backends
+ *
+ * @note This function is not thread safe.
+ */
void detachDefaultBackends();
/**
@@ -72,8 +72,8 @@ public:
void reattachDefaultBackends();
/**
- * Checks if the default log backends are attached
- */
+ * Checks if the default log backends are attached
+ */
bool isDefaultBackendsAttached() const;
private: