|
Greenbone Vulnerability Management Libraries 22.5.2
|
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.
| GIOChannel* gvm_logging_t::log_channel |
Gio Channel - FD holder for logfile.
| gchar* gvm_logging_t::log_domain |
Affected logdomain e.g libnasl.
| gchar* gvm_logging_t::log_file |
Where to log to.
| gchar* gvm_logging_t::prepend_separator |
If prependstring has s, used this symbol as separator.
| gchar* gvm_logging_t::prepend_string |
Prepend this string before every message.
| gchar* gvm_logging_t::prepend_time_format |
If prependstring has t, format for strftime.
| gchar* gvm_logging_t::syslog_facility |
Syslog facility to use for syslog logging.
| gchar* gvm_logging_t::syslog_ident |
Syslog ident to use for syslog logging.