From 85a290084df16a69609b8449852039c192897810 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 12:13:34 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?g.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/log.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/m/log.py b/m/log.py index 7e8acee..e09cfa2 100644 --- a/m/log.py +++ b/m/log.py @@ -32,11 +32,6 @@ class Log(object): print pMsg print bcolors.ENDC , - - } - - - class bcolors: NOTSET = '\033[95m' DEBUG = '\033[94m' @@ -55,13 +50,3 @@ class bcolors: - - -# création d'un second handler qui va rediriger chaque écriture de log -# sur la console - -# Après 3 heures, on peut enfin logguer -# Il est temps de spammer votre code avec des logs partout : -logger.info('Hello') -logger.warning('Testing %s', 'foo') -