mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-16 04:11:01 +00:00
Implement abstract method for logger.
This commit is contained in:
parent
2dfe9d4b4f
commit
a6eaae2c38
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ class NoneLogger (Logger):
|
|||
"""
|
||||
pass
|
||||
|
||||
def log_url (self, url_data):
|
||||
"""Do nothing."""
|
||||
pass
|
||||
|
||||
def end_output (self):
|
||||
"""
|
||||
Do nothing.
|
||||
|
|
|
|||
Loading…
Reference in a new issue