Wrap more classes into ifcopenshell:: namespace

This commit is contained in:
Thomas Krijnen
2026-08-08 13:58:39 +02:00
parent 2c47c9d4fa
commit 02481b3247
149 changed files with 678 additions and 627 deletions
+6
View File
@@ -32,6 +32,8 @@
#include <iomanip>
#include <iostream>
using ifcopenshell::logger;
namespace {
std::string get_time(bool with_milliseconds = false) {
@@ -141,6 +143,8 @@ void json_message(T& out, const express::base& current_product, logger::severity
} // namespace
namespace ifcopenshell {
log_message::log_message(
int severity,
const std::string& code,
@@ -378,3 +382,5 @@ void logger::output_format(format format) {
logger::format logger::output_format() const {
return format_;
}
} // namespace ifcopenshell