mirror of https://github.com/scrapy/scrapy.git
use instantiation for "Crawler"
Issue #4086 Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
parent
7a84a4bdba
commit
7fba8434f3
|
|
@ -55,7 +55,7 @@ singletons members of that object, as explained below:
|
|||
``STATS_CLASS`` setting)
|
||||
- **crawler.log**: Logger class with methods replacing the current
|
||||
``scrapy.log`` functions. Logging would be started (if enabled) on
|
||||
``Crawler`` ``__init__`` method, so no log starting functions are required.
|
||||
``Crawler`` instantiation, so no log starting functions are required.
|
||||
|
||||
- ``crawler.log.msg``
|
||||
- **crawler.signals**: signal handling
|
||||
|
|
|
|||
Loading…
Reference in New Issue