diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-20 13:12:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-20 13:12:35 +0000 |
commit | fcfeb3220fbd4e25b0ac63c541c18e8ae1f30766 (patch) | |
tree | 7ffba119beddd17e8b5b304a60856c1d21660f35 /Source/lib/utils/logger_manager.h | |
parent | 6b3292da8570edaab0e8e7dd5b2babe0fe983dd2 (diff) | |
download | strongswan-fcfeb3220fbd4e25b0ac63c541c18e8ae1f30766.tar.bz2 strongswan-fcfeb3220fbd4e25b0ac63c541c18e8ae1f30766.tar.xz |
- fixed doxygen build
- seperates now in lib and charon
Diffstat (limited to 'Source/lib/utils/logger_manager.h')
-rw-r--r-- | Source/lib/utils/logger_manager.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h index 3cfba7365..a3ff5a37e 100644 --- a/Source/lib/utils/logger_manager.h +++ b/Source/lib/utils/logger_manager.h @@ -145,8 +145,16 @@ struct logger_manager_t { */ extern logger_manager_t *logger_manager; +/** + * Initialize the logger manager with all its logger. + * Has to be called before logger_manager is accessed. + */ void logger_manager_init(); +/** + * Free any resources hold by the logger manager. Do + * not access logger_manager after this call. + */ void logger_manager_cleanup(); #endif /*LOGGER_MANAGER_H_*/ |