Packages

Create informative & beautiful source code reports.

Current section

Files

Jump to
report include report_Report.hrl
Raw

include/report_Report.hrl

-record(report, {
file :: binary(),
source :: binary(),
message :: binary(),
level :: report:level(),
info :: list(report:info()),
labels :: list(report:label())
}).