summaryrefslogtreecommitdiff
path: root/ace/Log_Msg_Backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg_Backend.h')
-rw-r--r--ace/Log_Msg_Backend.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/Log_Msg_Backend.h b/ace/Log_Msg_Backend.h
index bc8e867018a..73e90d8b8ff 100644
--- a/ace/Log_Msg_Backend.h
+++ b/ace/Log_Msg_Backend.h
@@ -43,15 +43,16 @@ public:
/// Open a new connection
virtual int open (const ACE_TCHAR *logger_key) = 0;
+ /// Reset the backend.
/*
- * Reset the backend. When changing the logging destination the
- * backend may need to properly disconnect from the remote logging
- * daemon and reclaim some local resources. But we try to reduce
- * the number of local allocations/deallocations.
+ * When changing the logging destination the backend may need to
+ * properly disconnect from the remote logging daemon and reclaim
+ * some local resources. But we try to reduce the number of local
+ * allocations/deallocations.
*/
virtual int reset (void) = 0;
- /// Close the backend completely.
+ /// Close the Backend completely.
virtual int close (void) = 0;
/// Backend routine. This is called when we want to log a message.