Re: Can anyone help me out?
Is there an error or problem? Can you explain what it is?
Do you have any specific questions?
Re: Can anyone help me out?
Well in my assignment I have to test 3 logs, right now I tried running one of the logs but it didn't seem to work. I don't have errors in my code.
Re: Can anyone help me out?
Quote:
it didn't seem to work
Please explain in some more detail.
Also add some debug println statements to the code to show variable values as they change.
Re: Can anyone help me out?
I put the log file inside the LogFileAnalysis folder, then I run the program and the only thing that outputs is "Enter a log file to be analyzed".
Re: Can anyone help me out?
Quote:
the only thing that outputs is "Enter a log file to be analyzed".
What does the program do after it outputs that message?
Add some debug println statements to the code to show where execution flow goes and the variable values as they change.
For example show the value of log before entering the while statement?