register logfile attribute
authorTony Mack <tmack@cs.princeton.edu>
Thu, 7 Feb 2008 23:44:17 +0000 (23:44 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 7 Feb 2008 23:44:17 +0000 (23:44 +0000)
qaapi/qa/logger.py

index 69110f3..51af745 100644 (file)
@@ -23,6 +23,8 @@ class Logfile:
 
 
 
+logfile = Logfile('qaapi.log')
+
 def log(method, method_name = None, \
        log_filename = 'system.log', errorlog_filename = 'system_error.log'):
     """