0
What does the thing "log" is for? And how can I log something?
2 Answers
+ 4
the log is use to put some information about the program execution and its result. usualy if a program fails during the execution the reason of the failture will be recorded at the log file
0
thank you