aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger_manager.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-03-14 13:22:48 +0000
committerMartin Willi <martin@strongswan.org>2006-03-14 13:22:48 +0000
commitb1953ccd05b5e6cf5a87c557208d5f8a1fcad231 (patch)
tree18f93845a0a64dfd59ef89bb9df7ecd1eaecf979 /Source/charon/utils/logger_manager.h
parent8a4911290753eb3b4d3070ed9097d7cbcd2fd349 (diff)
downloadstrongswan-b1953ccd05b5e6cf5a87c557208d5f8a1fcad231.tar.bz2
strongswan-b1953ccd05b5e6cf5a87c557208d5f8a1fcad231.tar.xz
- first attempt for connection loading and starting via "stroke"
- some improvements here and there
Diffstat (limited to 'Source/charon/utils/logger_manager.h')
-rw-r--r--Source/charon/utils/logger_manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/charon/utils/logger_manager.h b/Source/charon/utils/logger_manager.h
index e934435aa..f160c0c37 100644
--- a/Source/charon/utils/logger_manager.h
+++ b/Source/charon/utils/logger_manager.h
@@ -69,6 +69,12 @@ typedef struct logger_manager_t logger_manager_t;
*
* @see logger_t
*
+ * @todo We currently give out a new instance for every logger requested.
+ * This is unnecessary. One logger for each class would be sufficient.
+ *
+ * @todo We could remove logger naming (additional to classes), since we have
+ * never used it (and probably never will).
+ *
* @ingroup utils
*/
struct logger_manager_t {