This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Modified Files:
main
Joshua Boverhof
19 years ago
parent
5b358bbcfc
commit
0120cd74d2
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
logging.py
+ 3
- 0
logging.py
View File
@@ -82,6 +82,9 @@ def setLevel(level=0):
'''
ILogger.level = level
def getLevel():
return ILogger.level
def getLogger(msg):
'''Return instance of Logging class.
'''
Write
Preview
Loading…
Cancel
Save