Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv16462/wolfpack
Modified Files:
consts.py
Log Message:
Added the dying tub to environment.py
Added logging constants for socket.log.
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** consts.py 20 Aug 2003 15:59:57 -0000 1.21
--- consts.py 15 Sep 2003 12:42:15 -0000 1.22
***************
*** 282,283 ****
--- 282,291 ----
SEXTANT_MAP_HEIGHT = 5120
SEXTANT_MAP_WIDTH = 4096
+
+ # LogLevels
+ LOG_MESSAGE = 0
+ LOG_ERROR = 1
+ LOG_WARNING = 2
+ LOG_NOTICE = 3
+ LOG_TRACE = 4
+ LOG_DEBUG = 5
|