|
Greenbone Vulnerability Management Libraries 22.8.0
|
Logging stores the parameters loaded from a log configuration. More...

Data Fields | |
| gchar * | log_domain |
| Affected logdomain e.g libnasl. | |
| gchar * | prepend_string |
| Prepend this string before every message. | |
| gchar * | prepend_time_format |
| If prependstring has t, format for strftime. | |
| gchar * | log_file |
| Where to log to. | |
| GLogLevelFlags * | default_level |
| What severity level to use as default. | |
| GIOChannel * | log_channel |
| Gio Channel - FD holder for logfile. | |
| gchar * | syslog_facility |
| Syslog facility to use for syslog logging. | |
| gchar * | syslog_ident |
| Syslog ident to use for syslog logging. | |
| gchar * | prepend_separator |
Logging stores the parameters loaded from a log configuration.
file, to be used internally by the gvm_logging module only.
| GLogLevelFlags* gvm_logging_t::default_level |
What severity level to use as default.
Definition at line 48 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().
| GIOChannel* gvm_logging_t::log_channel |
Gio Channel - FD holder for logfile.
Definition at line 49 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::log_domain |
Affected logdomain e.g libnasl.
Definition at line 44 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), load_log_configuration(), and setup_log_handlers().
| gchar* gvm_logging_t::log_file |
Where to log to.
Definition at line 47 of file logging.c.
Referenced by check_log_file(), free_log_configuration(), gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::prepend_separator |
If prependstring has s, used this symbol as separator.
Definition at line 52 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::prepend_string |
Prepend this string before every message.
Definition at line 45 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::prepend_time_format |
If prependstring has t, format for strftime.
Definition at line 46 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::syslog_facility |
Syslog facility to use for syslog logging.
Definition at line 50 of file logging.c.
Referenced by gvm_log_func(), and load_log_configuration().
| gchar* gvm_logging_t::syslog_ident |
Syslog ident to use for syslog logging.
Definition at line 51 of file logging.c.
Referenced by free_log_configuration(), gvm_log_func(), and load_log_configuration().