modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 14:12:46 +01:00
parent 544ec97deb
commit be959a1123
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Log(object):
steam_handler = logging.StreamHandler()
steam_handler.setLevel(logging.DEBUG)
logger.addHandler(steam_handler)
self.logger.addHandler(steam_handler)
def enregDansLog(self,pLog,pMsg,pIP):
with open("fichier/log", "a") as dest :