Index: trunk/ippToPsps/jython/pslogger.py
===================================================================
--- trunk/ippToPsps/jython/pslogger.py	(revision 32031)
+++ trunk/ippToPsps/jython/pslogger.py	(revision 32032)
@@ -9,4 +9,11 @@
    def errorPair(self, first, second):
        self.error("%-40s%s" % (first, second))
+
+   def debugPair(self, first, second):
+       self.debug("%-40s%s" % (first, second))
+
+   def infoTitle(self, str):
+       self.info("%40s" % (str))
+       self.info("")
 
    def infoBool(self, first, bool):
@@ -24,4 +31,4 @@
 
    def infoMiniSeparator(self):
-       self.info("---------------------------")
+       self.info("                    ----------------------")
 
