#include "alpm.h"


Go to the source code of this file.
Defines | |
| #define | ALPM_LOG_FUNC |
Functions | |
| void | _alpm_log (pmloglevel_t flag, char *fmt,...) __attribute__((format(printf |
| #define ALPM_LOG_FUNC |
Definition at line 27 of file log.h.
Referenced by _alpm_add_commit(), _alpm_add_loadtarget(), _alpm_add_prepare(), _alpm_conflict_isin(), _alpm_conflict_new(), _alpm_db_add_pkgincache(), _alpm_db_close(), _alpm_db_cmp(), _alpm_db_find_fileconflicts(), _alpm_db_free(), _alpm_db_free_grpcache(), _alpm_db_free_pkgcache(), _alpm_db_get_grpcache(), _alpm_db_get_grpfromcache(), _alpm_db_get_pkgcache(), _alpm_db_get_pkgfromcache(), _alpm_db_getlastupdate(), _alpm_db_install(), _alpm_db_load_grpcache(), _alpm_db_load_pkgcache(), _alpm_db_new(), _alpm_db_open(), _alpm_db_read(), _alpm_db_register_local(), _alpm_db_register_sync(), _alpm_db_remove(), _alpm_db_remove_pkgfromcache(), _alpm_db_rewind(), _alpm_db_scan(), _alpm_db_search(), _alpm_db_setlastupdate(), _alpm_db_whatprovides(), _alpm_db_write(), _alpm_depmiss_new(), _alpm_downloadfiles_forreal(), _alpm_grp_free(), _alpm_grp_new(), _alpm_handle_free(), _alpm_handle_new(), _alpm_innerconflicts(), _alpm_needbackup(), _alpm_outerconflicts(), _alpm_pkg_compare_versions(), _alpm_pkg_dup(), _alpm_pkg_find(), _alpm_pkg_free(), _alpm_pkg_load(), _alpm_pkg_new(), _alpm_recursedeps(), _alpm_remove_commit(), _alpm_remove_loadtarget(), _alpm_remove_prepare(), _alpm_resolvedeps(), _alpm_runscriptlet(), _alpm_server_free(), _alpm_server_new(), _alpm_sortbydeps(), _alpm_sync_addtarget(), _alpm_sync_commit(), _alpm_sync_free(), _alpm_sync_new(), _alpm_sync_prepare(), _alpm_sync_sysupgrade(), _alpm_trans_addtarget(), _alpm_trans_commit(), _alpm_trans_free(), _alpm_trans_init(), _alpm_trans_new(), _alpm_trans_prepare(), _alpm_trans_sysupgrade(), _alpm_unpack(), _alpm_versioncmp(), alpm_checkdeps(), alpm_conflict_get_package1(), alpm_conflict_get_package2(), alpm_db_get_name(), alpm_db_get_pkg(), alpm_db_get_url(), alpm_db_getgrpcache(), alpm_db_getpkgcache(), alpm_db_readgrp(), alpm_db_register_local(), alpm_db_register_sync(), alpm_db_search(), alpm_db_setserver(), alpm_db_unregister(), alpm_db_unregister_all(), alpm_db_update(), alpm_db_whatprovides(), alpm_delta_get_filename(), alpm_delta_get_from(), alpm_delta_get_md5sum(), alpm_delta_get_size(), alpm_delta_get_to(), alpm_dep_get_mod(), alpm_dep_get_name(), alpm_dep_get_string(), alpm_dep_get_version(), alpm_depcmp(), alpm_fetch_pkgurl(), alpm_fileconflict_get_ctarget(), alpm_fileconflict_get_file(), alpm_fileconflict_get_target(), alpm_fileconflict_get_type(), alpm_get_md5sum(), alpm_grp_get_name(), alpm_grp_get_pkgs(), alpm_logaction(), alpm_miss_get_dep(), alpm_miss_get_target(), alpm_option_add_cachedir(), alpm_option_set_dbpath(), alpm_option_set_logfile(), alpm_option_set_root(), alpm_pkg_changelog_open(), alpm_pkg_checkmd5sum(), alpm_pkg_get_arch(), alpm_pkg_get_backup(), alpm_pkg_get_builddate(), alpm_pkg_get_conflicts(), alpm_pkg_get_deltas(), alpm_pkg_get_depends(), alpm_pkg_get_desc(), alpm_pkg_get_filename(), alpm_pkg_get_files(), alpm_pkg_get_groups(), alpm_pkg_get_installdate(), alpm_pkg_get_isize(), alpm_pkg_get_licenses(), alpm_pkg_get_md5sum(), alpm_pkg_get_name(), alpm_pkg_get_optdepends(), alpm_pkg_get_packager(), alpm_pkg_get_provides(), alpm_pkg_get_reason(), alpm_pkg_get_replaces(), alpm_pkg_get_size(), alpm_pkg_get_url(), alpm_pkg_get_version(), alpm_pkg_has_scriptlet(), alpm_pkg_vercmp(), alpm_release(), alpm_trans_addtarget(), alpm_trans_commit(), alpm_trans_init(), alpm_trans_interrupt(), alpm_trans_prepare(), alpm_trans_release(), and alpm_trans_sysupgrade().
| void _alpm_log | ( | pmloglevel_t | flag, | |
| char * | fmt, | |||
| ... | ||||
| ) |
1.5.4