Notify on product conversion start as in 0.7

This commit is contained in:
Thomas Krijnen
2023-10-24 20:56:06 +02:00
parent ad61353fb5
commit 85b3509ce3
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ class IFC_PARSE_API Logger {
static Severity verbosity;
static Format format;
static boost::optional<IfcUtil::IfcBaseClass*> current_product;
static boost::optional<const IfcUtil::IfcBaseClass*> current_product;
static Severity max_severity;
static boost::optional<long long> first_timepoint;
@@ -70,7 +70,7 @@ class IFC_PARSE_API Logger {
static bool print_perf_stats_on_element;
public:
static void SetProduct(boost::optional<IfcUtil::IfcBaseClass*> product);
static void SetProduct(boost::optional<const IfcUtil::IfcBaseClass*> product);
/// Determines to what stream respectively progress and errors are logged
static void SetOutput(std::wostream* l1, std::wostream* l2);