Re: [Tutor] prenting a line form appearing in log file

2017-01-05 Thread Alan Gauld via Tutor
On 05/01/17 13:01, anatta anatta wrote: > I have created a log file, using 'logging' module, > name = raw_input ("Please enter your name.") > print 'Hi ', name, 'Please go ahead and press enter to transfer files' > > The log file records the variable 'name' in the log file at the > right locat

[Tutor] prenting a line form appearing in log file

2017-01-05 Thread anatta anatta
Dear Tutors, Thanks in advance for the help. anatta. + I have created a log file, using 'logging' module, which records items of my interest after the execution of the program. The program in the beginning asks for name of the person who runs the program, as below: name = raw_input ("Please