32 #ifndef _OPENVAS_LOG_H 33 #define _OPENVAS_LOG_H 41 void log_vwrite (
const char *, va_list) __attribute__ ((format (printf, 1, 0)));
42 void log_write (
const char *, ...) __attribute__ ((format (printf, 1, 2)));
int log_get_fd()
Get the open log file descriptor.
void log_vwrite(const char *, va_list)
Write into the logfile / syslog using a va_list.
void log_write(const char *,...)
Write into the logfile / syslog.
void log_init(const char *)
Initialization of the log file.