More work for Issue #66

This commit is contained in:
Miroslav Stampar
2012-07-14 17:01:04 +02:00
parent 58de90c118
commit 87ecf205cb
88 changed files with 24 additions and 23383 deletions

View File

@@ -8,8 +8,8 @@ See the file 'doc/COPYING' for copying permission
import logging
import sys
from extra.ansistrm.ansistrm import ColorizingStreamHandler
from lib.core.enums import CUSTOM_LOGGING
from thirdparty.ansistrm.ansistrm import ColorizingStreamHandler
logging.addLevelName(CUSTOM_LOGGING.PAYLOAD, "PAYLOAD")
logging.addLevelName(CUSTOM_LOGGING.TRAFFIC_OUT, "TRAFFIC OUT")