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

Functions

int alpm_logaction (alpm_handle_t *handle, const char *prefix, const char *fmt,...)
 

Function Documentation

◆ alpm_logaction()

int alpm_logaction ( alpm_handle_t * handle,
const char * prefix,
const char * fmt,
... )