dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <dpkg/dpkg.h>
#include <dpkg/i18n.h>
#include <dpkg/report.h>
#include <dpkg/debug.h>
Functions | |
void | debug_set_output (FILE *output, const char *filename) |
Set the debugging output file. | |
void | debug_set_mask (int mask) |
Set the debugging mask. | |
int | debug_parse_mask (const char *str) |
Parse the debugging mask. | |
bool | debug_has_flag (int flag) |
Check if a debugging flag is currently set on the debugging mask. | |
void | debug (int flag, const char *fmt,...) |
Output a debugging message. | |
void | dpkg_debug_init (void) |
Initialize the debugging support. | |