mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Pass around non-static logger instances and programmatic access to messages in-memory
This commit is contained in:
@@ -641,7 +641,7 @@ int main () {
|
||||
}
|
||||
case GET_LOG: {
|
||||
GetLog gl; gl.read(std::cin);
|
||||
WriteLog(Logger::GetLog()).write(std::cout);
|
||||
WriteLog(Logger::Root().GetLog()).write(std::cout);
|
||||
continue;
|
||||
}
|
||||
case BYE: {
|
||||
|
||||
Reference in New Issue
Block a user