Skip to content

Configurable Log Level #1

@frt

Description

@frt

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().

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions