-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Put a variable in the configurations file to hold one of these options:
// "emerg" (0), "alert" (1), "crit" (2), "err" (3), "warning" (4), "notice" (5), "info" (6), "debug" (7)
#define LOG_PRIORITY_EMERG 0
#define LOG_PRIORITY_ALERT 1
#define LOG_PRIORITY_CRIT 2
#define LOG_PRIORITY_ERR 3
#define LOG_PRIORITY_WARNING 4
#define LOG_PRIORITY_NOTICE 5
#define LOG_PRIORITY_INFO 6
#define LOG_PRIORITY_DEBUG 7
And use this configuration in the parallel_evolution_log().