as2fm.as2fm_common.logging

Modules that help produce error messages with references to the right line of the (sc)XML file that caused the error.

Functions

error(element, message)

Log an error message.

info(element, message)

Log an info message.

set_filepath_for_all_elements(root, filepath)

Set the filepath for all elements in the XML tree.

warn(element, message)

Log a warning message.

Classes

Severity(value)

Enum to represent the severity of the error.