Fixed bug FS#71. Note likely knock-on effects on client code.

This commit is contained in:
Chris 2012-04-12 12:14:49 +01:00
parent 86bcbe9bc2
commit ef3191347a

View File

@ -22,10 +22,6 @@
# together the various functions needed for displaying log messages and errors
# at various levels of verbosity, in an attempt to cut down on duplicate
# parameter passing throughout the rest of the system.
#
# @todo A lot of functionality is duplicated in Logging, but the interface
# is completely different. Modify this class to allow for both OO
# and direct calls to methods.
package Logger;
use strict;