Functions | |
| int | alpm_logaction (char *fmt,...) |
| int alpm_logaction | ( | char * | fmt, | |
| ... | ||||
| ) |
A printf-like function for logging.
| fmt | output format |
Definition at line 45 of file log.c.
References _alpm_logaction(), ALPM_LOG_FUNC, ASSERT, handle, _pmhandle_t::logfile, _pmhandle_t::logstream, PM_ERR_BADPERMS, PM_ERR_HANDLE_NULL, PM_ERR_NOT_A_DIR, PM_ERR_SYSTEM, pm_errno, RET_ERR, and _pmhandle_t::usesyslog.
Referenced by _alpm_runscriptlet(), alpm_trans_release(), and cb_trans_evt().


1.5.4