Module report

Module report 

Source
Expand description

Error report collection and printing facilities.

Re-exportsยง

pub use report_struct::Confidence;
pub use report_struct::LogReport;
pub use report_struct::LogReportMetadata;
pub use report_struct::LogReportPointers;
pub use report_struct::LogReportStyle;
pub use report_struct::PointedMessage;
pub use report_struct::Severity;
pub use suppress::suppress_from_json;
pub use errors::*;

Modulesยง

builder ๐Ÿ”’
By splitting the builder up into stages, we achieve two goals.
error_key ๐Ÿ”’
error_loc ๐Ÿ”’
errors ๐Ÿ”’
Collect error reports and then write them out.
filter ๐Ÿ”’
output_style ๐Ÿ”’
report_struct ๐Ÿ”’
suppress ๐Ÿ”’
writer ๐Ÿ”’
writer_json ๐Ÿ”’