libalpm
Arch Linux Package Manager Library
Functions
log.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
#include "log.h"
#include "handle.h"
#include "util.h"
#include "alpm.h"
Include dependency graph for log.c:

Go to the source code of this file.

Functions

int alpm_logaction (alpm_handle_t *handle, const char *fmt,...)
 A printf-like function for logging.
void _alpm_log (alpm_handle_t *handle, alpm_loglevel_t flag, const char *fmt,...)

Function Documentation

void _alpm_log ( alpm_handle_t handle,
alpm_loglevel_t  flag,
const char *  fmt,
  ... 
)