##// END OF EJS Templates
Minor fix to diagnostics, forgot to list raw input.
fperez -
Show More
@@ -2,7 +2,7 b''
2 2 """
3 3 Logger class for IPython's logging facilities.
4 4
5 $Id: Logger.py 1335 2006-05-30 06:02:44Z fperez $
5 $Id: Logger.py 1336 2006-05-30 06:09:15Z fperez $
6 6 """
7 7
8 8 #*****************************************************************************
@@ -169,6 +169,7 b' which already exists. But you must first start the logging process with'
169 169 print 'Filename :',self.logfname
170 170 print 'Mode :',self.logmode
171 171 print 'Output logging :',self.log_output
172 print 'Raw input log :',self.log_raw_input
172 173 print 'Timestamping :',self.timestamp
173 174 print 'State :',state
174 175
General Comments 0
You need to be logged in to leave comments. Login now