Index: /trunk/FACT++/src/WindowLog.h
===================================================================
--- /trunk/FACT++/src/WindowLog.h	(revision 11528)
+++ /trunk/FACT++/src/WindowLog.h	(revision 11529)
@@ -125,7 +125,9 @@
     /// Switch on or off any physical output to the screen (cout or fWindow)
     void SetNullOutput(bool n=true) { fIsNull=n; }
+    bool GetNullOutput() const { return fIsNull; }
 
     /// Switch on or off any storage in the backlog
     void SetBacklog(bool n=true) { fEnableBacklog=n; }
+    bool GetBacklog() const { return fEnableBacklog; }
 };
 
