aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/utils/logger_manager.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-12 08:36:40 +0000
committerMartin Willi <martin@strongswan.org>2006-04-12 08:36:40 +0000
commit8f1c27babbac024a92fca48cf84581bb32e108b0 (patch)
tree1f3a0ead05203fdb6b856f89b8d52eddf58fad14 /Source/lib/utils/logger_manager.h
parentb5cb0210f7b4672cd1c9e51a5ae6943fcc25331f (diff)
downloadstrongswan-8f1c27babbac024a92fca48cf84581bb32e108b0.tar.bz2
strongswan-8f1c27babbac024a92fca48cf84581bb32e108b0.tar.xz
- fixed bad bugs in kernel interface
- added some logging info - works now much more stable
Diffstat (limited to 'Source/lib/utils/logger_manager.h')
-rw-r--r--Source/lib/utils/logger_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h
index 712891fff..08154911a 100644
--- a/Source/lib/utils/logger_manager.h
+++ b/Source/lib/utils/logger_manager.h
@@ -27,6 +27,7 @@
#include <utils/logger.h>
+#define INITIAL_LOG_OUTPUT stderr
typedef enum logger_context_t logger_context_t;
@@ -57,6 +58,7 @@ enum logger_context_t {
DER_DECODER,
DER_ENCODER,
ASN1,
+ XFRM,
LOGGER_CONTEXT_ROOF,
};