COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
If you login to the Library Search, you will get more results.
|
False. It takes time.
|
|
True. By logging in, we can get more results.
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Django is the most popular web application framework for Python. It uses the standard Python logging module and provides a hierarchy of predefined loggers, including: django, the root logger. All other loggers derive from this.
Detailed explanation-2: -The Logging Module It is used by most of the third-party Python libraries, so you can integrate your log messages with the ones from those libraries to produce a homogeneous log for your application. With the logging module imported, you can use something called a “logger” to log messages that you want to see.
There is 1 question to complete.