Small update to new functionality for logger

pull/443/head
Przemek Wirkus 2014-08-12 14:04:21 +01:00
parent 0e6803b787
commit 23bcf850b3
1 changed files with 3 additions and 2 deletions

View File

@ -1103,9 +1103,10 @@ class TestLogger():
self.Log = []
self.LogType = construct_enum(INFO='Info',
NOTIF='Notification',
WARN='Warning',
ERROR='Error')
NOTIF='Notification',
ERROR='Error',
EXCEPT='Exception')
self.LogToFileAttr = construct_enum(CREATE=1, # Create or overwrite existing log file
APPEND=2) # Append to existing log file