OpenVAS Manager
7.0.3~git
|
A printf like macro for logging communication. More...
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <glib.h>
Go to the source code of this file.
Macros | |
#define | LOG 0 |
Logging flag. More... | |
#define | LOG_FILE OPENVAS_LOG_DIR "/openvasmd.comm" |
Name of log file. More... | |
#define | logf(format, args...) |
Dummy macro, enabled with LOG. More... | |
A printf like macro for logging communication.
Definition in file logf.h.
#define LOG 0 |
#define LOG_FILE OPENVAS_LOG_DIR "/openvasmd.comm" |