[LOGGER] Change inner workings (again)
authorIra W. Snyder <devel@irasnyder.com>
Tue, 26 Dec 2006 21:37:23 +0000 (13:37 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Wed, 27 Dec 2006 00:08:22 +0000 (16:08 -0800)
commitbc8b159845515bfeb97e3764a05998baf14087ef
tree444c15036a27bda10b18d03c206a1326445d0b85
parentd8ef527e246184551ce125e6b7963d40a1c3b97a
[LOGGER] Change inner workings (again)

Change the inner workings of the RarslaveLogger class so that it has
four different message types: Fatal, Normal, Verbose, Debug. This also
adds the function printLoglevel() to the RarslaveLogger class. It will
print all messages at a certain loglevel.

Also update the unit tests so that they behave with the current workings of
the RarslaveLogger class.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
RarslaveLogger.py
rarslave-test.py
rarslave.py