Question 1
What is the purpose of loggers hierarchy in python logging?
Question 2
Which attribute of a log record in python logging holds extra contextual information provided by the user?
Question 3
Which method is used to attach a filter to a logger in python logging?
Question 4
What is the purpose of using log record factories in python logging?
Question 5
In python logging, what does the term logadapter represent?
Question 6
What does the term logrecord refer to in python logging?
Question 7
What is the purpose of using filters in python logging?
Question 8
What is the porpues of using logger's handlers in python logging?
Question 9
Which method is used to remove a handler from a logger in python logging?
Question 10
Which method is used to disable log propagation to parent loggers in python logging?