summaryrefslogtreecommitdiff
path: root/ACE/ace/Logging_Strategy.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
committerSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
commit3104dd867fb4f4c3dacd64afdd4c63419dd81278 (patch)
tree034f649379b8695a53c730802e1189099d6c5606 /ACE/ace/Logging_Strategy.h
parent05f8f9198808c736ca5bbc3b4226446da42bb613 (diff)
downloadATCD-3104dd867fb4f4c3dacd64afdd4c63419dd81278.tar.gz
ChangeLogTag:Sat Oct 21 14:49:21 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Logging_Strategy.h')
-rw-r--r--ACE/ace/Logging_Strategy.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ACE/ace/Logging_Strategy.h b/ACE/ace/Logging_Strategy.h
index 89b4427e0eb..bef98026f97 100644
--- a/ACE/ace/Logging_Strategy.h
+++ b/ACE/ace/Logging_Strategy.h
@@ -30,8 +30,9 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Logging_Strategy
*
- * @brief This class provides the hooks to control the output produced
- * by any of the network services.
+ * @brief This class provides a way to dynamically configure the ACE logging
+ * mechanism at run time as well as enable the mechanisms for limiting
+ * log file size and log file backup/rotation capability.
*
* Depending upon when this service is invoked and with what
* flags, the output of other network services can be
@@ -73,7 +74,8 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* and then logging_strategy will use your reactor. If you're
* dynamically linking the @c ACE_Logging_Strategy then you can use
* the @c ACE_Dynamic_Service template to get a pointer to the
- * @c ACE_Logging_Strategy. */
+ * @c ACE_Logging_Strategy.
+ */
class ACE_Export ACE_Logging_Strategy : public ACE_Service_Object
{
public: