--- embedaddon/strongswan/src/libcharon/bus/listeners/sys_logger.h 2020/06/03 09:46:45 1.1.1.1 +++ embedaddon/strongswan/src/libcharon/bus/listeners/sys_logger.h 2021/03/17 00:20:09 1.1.1.2 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Tobias Brunner + * Copyright (C) 2012-2020 Tobias Brunner * Copyright (C) 2006 Martin Willi * HSR Hochschule fuer Technik Rapperswil * @@ -48,8 +48,9 @@ struct sys_logger_t { * Set options used by this logger. * * @param ike_name TRUE to prefix the name of the IKE_SA + * @param log_level TRUE to include the log level in the message */ - void (*set_options) (sys_logger_t *this, bool ike_name); + void (*set_options) (sys_logger_t *this, bool ike_name, bool log_level); /** * Destroys a sys_logger_t object.