From 0120cd74d28a1d4bc0e79c0709df24fd186c9a14 Mon Sep 17 00:00:00 2001 From: Joshua Boverhof Date: Fri, 24 Feb 2006 00:23:06 +0000 Subject: [PATCH] Modified Files: ZSI/TC.py ZSI/TCnumbers.py ZSI/__init__.py -- couple changes to better support serialization of "anyType". Basically replaced Registration of "Integer" with all the TCnumbers classes. ZSI/twisted/WSsecurity.py -- fixed an error ZSI/wstools/logging.py -- added getLoggingLevel function test/test_zsi.py test/test_zsi_net.py -- added t8 unittest for "Any" test/wsdl2py/README test/wsdl2py/ServiceTest.py test/wsdl2py/config.txt test/wsdl2py/runTests.py test/wsdl2py/test_OpcDaGateway.py -- added a couple new tests. ---------------------------------------------------------------------- --- logging.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logging.py b/logging.py index 6c5bacc..d99d875 100644 --- a/logging.py +++ b/logging.py @@ -82,6 +82,9 @@ def setLevel(level=0): ''' ILogger.level = level +def getLevel(): + return ILogger.level + def getLogger(msg): '''Return instance of Logging class. '''