Go to the source code of this file.
Functions | |
int | xdasd_log_open (const char *path, int append, int level) |
Opens the log file for overwrite or append. | |
void | xdasd_log_close (void) |
Closes the log file. | |
int | xdasd_log_level (void) |
Determines the logging level. | |
void | xdasd_log (int level, const char *msg,...) |
Logs a message. | |
void | xdasd_fatal (const char *msg,...) |
Logs a fatal error message and terminates with a non-zero status. |
Definition in file xdasd_log.h.