knowL: Knowledge Libraries
Loading...
Searching...
No Matches
Severity.h
1#pragma once
2
3namespace knowSHACL
4{
5 enum class Severity
6 {
7 Violation
8 };
9}
10
11#include <knowCore/Formatter.h>
12
13clog_format_declare_enum_formatter(knowSHACL::Severity, Violation);