From 65e83afc5f1eb23489a7a4764704c19e9aa933fd Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Sun, 29 Mar 2009 18:11:32 -0700 Subject: Reorganize and flesh out the code to get the tiering configuration. This moves all those routines into aptitude_universe, because the code that will want to use them doesn't touch the resolver directly (only its output). Also implemented an (untested) routine to translate tiers into names in a configurable manner, and created a new logging domain for setting up initial tiers. --- src/loggers.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/loggers.h') diff --git a/src/loggers.h b/src/loggers.h index a0a7adf2..df697d03 100644 --- a/src/loggers.h +++ b/src/loggers.h @@ -161,6 +161,13 @@ namespace aptitude */ static log4cxx::LoggerPtr getAptitudeResolverSearchTiers(); + /** \brief The logger for setting up tiers for the dependency + * resolver. + * + * Name: aptitude.resolver.tiers + */ + static log4cxx::LoggerPtr getAptitudeResolverTiers(); + /** \brief The logger for the "why" command. * * Name: aptitude.why -- cgit v1.2.3