diff options
Diffstat (limited to 'Source/charon/utils/logger.h')
-rw-r--r-- | Source/charon/utils/logger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/utils/logger.h b/Source/charon/utils/logger.h index 0b6c492ff..35b80c2a8 100644 --- a/Source/charon/utils/logger.h +++ b/Source/charon/utils/logger.h @@ -164,6 +164,7 @@ struct logger_t { * * @param logger_name name for the logger_t object * @param log_level or'ed set of log_levels to assign to the new logger_t object + * @param log_thread_id TRUE if thread id should also be logged * @param output FILE * if log has to go on a file output, NULL for syslog * @return * - logger_t object |