MCQ IN COMPUTER SCIENCE & ENGINEERING

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.
A
False. It takes time.
B
True. By logging in, we can get more results.
C
Either A or B
D
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.