Browse Source

Modified Files:


			
			main
		
Joshua Boverhof 19 years ago
parent
commit
0120cd74d2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      logging.py

+ 3
- 0
logging.py View File

@@ -82,6 +82,9 @@ def setLevel(level=0):
''' '''
ILogger.level = level ILogger.level = level


def getLevel():
return ILogger.level

def getLogger(msg): def getLogger(msg):
'''Return instance of Logging class. '''Return instance of Logging class.
''' '''


Loading…
Cancel
Save