linkcheck.logger.customxml

An XML logger.

Classes

CustomXMLLogger(**kwargs)

XML custom output for easy post-processing.

class linkcheck.logger.customxml.CustomXMLLogger(**kwargs)[source]

Bases: _XMLLogger

XML custom output for easy post-processing.

Initialize graph node list and internal id counter.

end_output(**kwargs)[source]

Write XML end tag.

log_url(url_data)[source]

Log URL data in custom XML format.

start_output()[source]

Write start of checking info as xml comment.

LoggerArgs = {'filename': 'linkchecker-out.xml'}
LoggerName = 'xml'