IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2011, 11:50:26 AM (15 years ago)
Author:
rhenders
Message:

new methods for debug pairs and a title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/pslogger.py

    r31979 r32032  
    99   def errorPair(self, first, second):
    1010       self.error("%-40s%s" % (first, second))
     11
     12   def debugPair(self, first, second):
     13       self.debug("%-40s%s" % (first, second))
     14
     15   def infoTitle(self, str):
     16       self.info("%40s" % (str))
     17       self.info("")
    1118
    1219   def infoBool(self, first, bool):
     
    2431
    2532   def infoMiniSeparator(self):
    26        self.info("---------------------------")
     33       self.info("                    ----------------------")
    2734
Note: See TracChangeset for help on using the changeset viewer.