linkcheck.log

Logging and debug functions.

Functions

critical(logname, msg, *args, **kwargs)

Log a critical error.

debug(logname, msg, *args, **kwargs)

Log a debug message.

error(logname, msg, *args, **kwargs)

Log an error.

exception(logname, msg, *args, **kwargs)

Log an exception.

info(logname, msg, *args, **kwargs)

Log an informational message.

is_debug(logname)

See if logger is on debug level.

shutdown()

Flush and close all log handlers.

warn(logname, msg, *args, **kwargs)

Log a warning.

linkcheck.log.critical(logname, msg, *args, **kwargs)[source]

Log a critical error.

return: None

linkcheck.log.debug(logname, msg, *args, **kwargs)[source]

Log a debug message.

return: None

linkcheck.log.error(logname, msg, *args, **kwargs)[source]

Log an error.

return: None

linkcheck.log.exception(logname, msg, *args, **kwargs)[source]

Log an exception.

return: None

linkcheck.log.info(logname, msg, *args, **kwargs)[source]

Log an informational message.

return: None

linkcheck.log.is_debug(logname)[source]

See if logger is on debug level.

linkcheck.log.shutdown()[source]

Flush and close all log handlers.

linkcheck.log.warn(logname, msg, *args, **kwargs)[source]

Log a warning.

return: None