rewrite msger module based on logging
authorGui Chen <gui.chen@intel.com>
Tue, 24 Sep 2013 08:28:15 +0000 (04:28 -0400)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Tue, 15 Oct 2013 09:27:08 +0000 (02:27 -0700)
commitec93ff518ba20402c186d7682c27bcef9910ab00
tree3dc1e0786eb1017042bbb13075e34ec46cbabd30
parentc3cdd49ad336609afa5dd7d4706c06d22fb399f3
rewrite msger module based on logging

this new logging module is fully compatible with the old msger module,
it supports interactive mode, logs the messages with specified levels
to specified stream, can also catch all error messages including the
involved 3rd party modules to the logger, and supports colorized level
name

besides, disable some test suites to pass the Tester

Change-Id: Icecbcd5e6848477a7a6c213f5a95e41396e1fbb0
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/bootstrap.py
mic/conf.py
mic/creator.py
mic/msger.py
tests/suite.py
tests/test_configmgr.py
tests/test_msger.py [deleted file]
tests/test_pluginmgr.py
tools/mic