début d'organisation du logging.
[minwii.git] / src / app / eventutils.py
index f95a828..c0aada5 100755 (executable)
@@ -29,18 +29,7 @@ $URL$
 import types
 import pygame
 from StringIO import StringIO
-from logging import getLogger, basicConfig, DEBUG
-import sys
-from events import TIMEOUT, COLOVER, eventNames
-basicConfig(level=DEBUG, stream = sys.stdout)
-console = getLogger('minwii')
-eventLog = getLogger('minwii.events')
-
-hiddenEvents = {pygame.MOUSEMOTION:True,
-                TIMEOUT:True,
-                #COLOVER:True,
-                }
-from event_pprinters import pprinters
+from log import console, eventLog, hiddenEvents, pprinters
 
 class _EventDispatcher :
     def __init__(self) :