summaryrefslogtreecommitdiff
path: root/src/loggers.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-03-29 18:11:32 -0700
committerDaniel Burrows <dburrows@debian.org>2009-03-29 18:11:32 -0700
commit65e83afc5f1eb23489a7a4764704c19e9aa933fd (patch)
treef184cc677bcf9e11516bb40a1c279991446b588d /src/loggers.h
parent76dda251678c80ab34c2d85aa481ccb0ec0365cc (diff)
downloadaptitude-65e83afc5f1eb23489a7a4764704c19e9aa933fd.tar.gz
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.
Diffstat (limited to 'src/loggers.h')
-rw-r--r--src/loggers.h7
1 files changed, 7 insertions, 0 deletions
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