diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-10 19:19:20 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-10 19:19:20 +0000 |
commit | 27e308739b5cde523a808bbbbfbefb41e83b4a70 (patch) | |
tree | 62e8f4a050bc6763ea4823309c10022505b9e2d1 /Source/charon/logger.h | |
parent | e11bc798fb8a97c1cf30a7c5824aef761760b99f (diff) | |
download | strongswan-27e308739b5cde523a808bbbbfbefb41e83b4a70.tar.bz2 strongswan-27e308739b5cde523a808bbbbfbefb41e83b4a70.tar.xz |
- ERROR loglevel
Diffstat (limited to 'Source/charon/logger.h')
-rw-r--r-- | Source/charon/logger.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/logger.h b/Source/charon/logger.h index ba8bef8ec..035ddfe61 100644 --- a/Source/charon/logger.h +++ b/Source/charon/logger.h @@ -46,6 +46,10 @@ enum logger_level_e { * private data dumps */ PRIVATE = 8, + /** + * print errors + */ + ERROR = 16, /** * All Lol Levels |