Suppose I am going to put all 'Info' related level into one Log file and 'Critical' related level into another log file? How do I implement this?
Instructor
09914040666 Replied on 14/07/2021
Hey,
Separating logs into different log files according to levels can be implemented by making different log files and appending the log into that. However, this does not have any proper documentation given for implementing it. You can create your own methods to do so, and the best that could be done is mentioned above.