More logger changes

This commit is contained in:
Thomas Krijnen
2026-06-11 21:04:44 +02:00
parent 0c993d3292
commit 347a3c80bb
28 changed files with 418 additions and 284 deletions
+3 -2
View File
@@ -21,6 +21,7 @@
#define IFCGLOBALID_H
#include "ifc_parse_api.h"
#include "IfcLogger.h"
#include <boost/uuid/uuid.hpp>
#include <string>
@@ -36,8 +37,8 @@ class IFC_PARSE_API IfcGlobalId {
public:
static const unsigned int length = 22;
IfcGlobalId();
IfcGlobalId(const std::string&);
IfcGlobalId(Logger& logger = Logger::Root());
IfcGlobalId(const std::string&, Logger& logger = Logger::Root());
operator const std::string&() const;
operator const boost::uuids::uuid&() const;
const std::string& formatted() const;