#include "system.h"
#include <stdarg.h>
#include "rpmlog.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
int | rpmlogGetNrecs (void) |
int | rpmlogCode (void) |
const char* | rpmlogMessage (void) |
void | rpmlogPrint (FILE *f) |
void | rpmlogClose (void) |
void | rpmlogOpen ( const char *ident, int option, int facility) |
int | rpmlogSetMask (int mask) |
rpmlogCallback | rpmlogSetCallback (rpmlogCallback cb) |
void | vrpmlog (unsigned code, const char *fmt, va_list ap) |
void | rpmlog (int code, const char *fmt, ...) |
rpmlogCallback | rpmErrorSetCallback (rpmlogCallback cb) |
Variables | |
int | nrecs = 0 |
rpmlogRec | recs = NULL |
int | rpmlogMask = RPMLOG_UPTO( RPMLOG_NOTICE ) |
int | rpmlogFacility = RPMLOG_USER |
rpmlogCallback | _rpmlogCallback = NULL |
char* | rpmlogMsgPrefix [] |
Definition in file rpmlog.c.
|
|
|
Definition at line 188 of file rpmlog.c. Referenced by getGname(), getGnameS(), getUname(), and getUnameS(). |
|
|
|
|
|
Definition at line 15 of file rpmlog.c. Referenced by buildSpec(). |
|
|
|
|
|
Definition at line 35 of file rpmlog.c. Referenced by buildSpec(). |
|
Definition at line 83 of file rpmlog.c. Referenced by rpmErrorSetCallback(). |
|
|
|
Definition at line 101 of file rpmlog.c. Referenced by rpmlog(). |
|
Definition at line 81 of file rpmlog.c. Referenced by vrpmlog(). |
|
|
|
|
|
|
|
|
|
Initializer: { "fatal error: " , "fatal error: " , "fatal error: " , "error: " , "warning: " , "", "", "D: ", } |