summaryrefslogtreecommitdiff
path: root/src/loggers.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-05-13 20:25:01 -0700
committerDaniel Burrows <dburrows@debian.org>2010-05-13 20:25:01 -0700
commitdbccc316eabe236dd52844a8f3acad52c79f07cd (patch)
treed9d2e25c64d9c1788beb8b453447f069fee94fe9 /src/loggers.h
parent0f99c8d7d931e5716c4fda4ccef9accd8609cdf7 (diff)
downloadaptitude-dbccc316eabe236dd52844a8f3acad52c79f07cd.tar.gz
Write a fully functional alternate initialization path.
This will be the foundation for the new top-level harness code. Eventually the old code will go away, but I don't want to disrupt it while I'm working on the new stuff. To activate the new code, pass --new-gui on the command-line.
Diffstat (limited to 'src/loggers.h')
-rw-r--r--src/loggers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/loggers.h b/src/loggers.h
index a8724507..8ae07949 100644
--- a/src/loggers.h
+++ b/src/loggers.h
@@ -153,6 +153,12 @@ namespace aptitude
*/
static logging::LoggerPtr getAptitudeGtkChangelogParse();
+ /** \brief The logger for the module of globals.
+ *
+ * Name: aptitude.gtk.globals
+ */
+ static logging::LoggerPtr getAptitudeGtkGlobals();
+
/** \brief The logger for the GTK+ main window.
*
* Name: aptitude.gtk.mainwindow